#39BAAE

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

Shades of Light Sea Green #39BAAE

Tints of Light Sea Green #39BAAE

Color information

#39BAAE (or 0x39BAAE) is unknown color: approx Light Sea Green. HEX triplet: 39, BA and AE. RGB value is (57,186,174). Sum of RGB (Red+Green+Blue) = 57+186+174=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #39BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BAAE is #C64551. Grayscale: #919191. Windows color (decimal): -12993874 or 11450937. OLE color: 11450937.

HSL color Cylindrical-coordinate representation of color #39BAAE: hue angle of 174.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BAAE is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB57186174-
CMYK0.6900.060.27
HSL174.42º53.09%47.65%-
HSV(B)174.42º69.35%72.94%-
XYZ26.8939.0446.16-
YUV146.06143.7664.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.67%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=13.67%
G=44.60%
B=41.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571861740.6900.060.27174.4253.0947.65
Hex39BAAE45061Bae3530
Octal7127225610506332566560
Binary1110011011101010101110100010101101101110101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BAAE; }

 p { color: rgb(57,186,174); }

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

<style>
 a { background-color: #39BAAE; }

 a { background-color: rgb(57,186,174); }

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

<style>
 span { border-color: #39BAAE; }

 span { border-color: rgb(57,186,174); }

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