#38ABAE

Color #38ABAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #38ABAE

Tints of Light Sea Green #38ABAE

Color information

#38ABAE (or 0x38ABAE) is unknown color: approx Light Sea Green. HEX triplet: 38, AB and AE. RGB value is (56,171,174). Sum of RGB (Red+Green+Blue) = 56+171+174=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #38ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABAE is #C75451. Grayscale: #888888. Windows color (decimal): -13063250 or 11447096. OLE color: 11447096.

HSL color Cylindrical-coordinate representation of color #38ABAE: hue angle of 181.53º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38ABAE is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56171174-
CMYK0.680.0200.32
HSL181.53º51.3%45.1%-
HSV(B)181.53º67.82%68.24%-
XYZ23.8333.0245.16-
YUV136.96148.970.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.97%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=13.97%
G=42.64%
B=43.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561711740.680.0200.32181.5351.345.1
Hex38ABAE442020b6332d
Octal7025325610420402666355
Binary1110001010101110101110100010010010000010110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38ABAE; }

 p { color: rgb(56,171,174); }

 H1.HeaderClassName
 {
   color: #38ABAE;
 }
 .AnyTagClassName
 {
   color: #38ABAE;
 }
</style>
background-color css

<style>
 a { background-color: #38ABAE; }

 a { background-color: rgb(56,171,174); }

 div.DivClassName
 {
   background-color: #38ABAE;
 }
 .BgClassName
 {
   background-color: #38ABAE;
 }
</style>
border-color css

<style>
 span { border-color: #38ABAE; }

 span { border-color: rgb(56,171,174); }

 td.TdClassName
 {
   border-color: #38ABAE;
 }
 .TagClassName
 {
   border-color: #38ABAE;
 }
</style>