#39BCB3

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

Shades of Light Sea Green #39BCB3

Tints of Light Sea Green #39BCB3

Color information

#39BCB3 (or 0x39BCB3) is unknown color: approx Light Sea Green. HEX triplet: 39, BC and B3. RGB value is (57,188,179). Sum of RGB (Red+Green+Blue) = 57+188+179=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #39BCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCB3 is #C6434C. Grayscale: #939393. Windows color (decimal): -12993357 or 11779129. OLE color: 11779129.

HSL color Cylindrical-coordinate representation of color #39BCB3: hue angle of 175.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BCB3 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB57188179-
CMYK0.7000.050.26
HSL175.88º53.47%48.04%-
HSV(B)175.88º69.68%73.73%-
XYZ27.8140.0948.92-
YUV147.8145.663.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.44%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 179 (70.31% from 255) = 42.22%
R=13.44%
G=44.34%
B=42.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571881790.7000.050.26175.8853.4748.04
Hex39BCB346051Ab03530
Octal7127426310605322606560
Binary1110011011110010110011100011001011101010110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,188,179); }

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

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

 a { background-color: rgb(57,188,179); }

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

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

 span { border-color: rgb(57,188,179); }

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