#31CBB6

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

Shades of Light Sea Green #31CBB6

Tints of Light Sea Green #31CBB6

Color information

#31CBB6 (or 0x31CBB6) is unknown color: approx Light Sea Green. HEX triplet: 31, CB and B6. RGB value is (49,203,182). Sum of RGB (Red+Green+Blue) = 49+203+182=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBB6 is #CE3449. Grayscale: #9A9A9A. Windows color (decimal): -13513802 or 11979569. OLE color: 11979569.

HSL color Cylindrical-coordinate representation of color #31CBB6: hue angle of 171.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBB6 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB49203182-
CMYK0.7600.100.20
HSL171.82º61.11%49.41%-
HSV(B)171.82º75.86%79.61%-
XYZ31.0746.7451.64-
YUV154.56143.4852.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.29%
GREEN value IS 203 (79.69% from 255) = 46.77%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=11.29%
G=46.77%
B=41.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal492031820.7600.100.20171.8261.1149.41
Hex31CBB64C0A14ac3d31
Octal61313266114012242547561
Binary11000111001011101101101001100010101010010101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31CBB6; }

 p { color: rgb(49,203,182); }

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

<style>
 a { background-color: #31CBB6; }

 a { background-color: rgb(49,203,182); }

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

<style>
 span { border-color: #31CBB6; }

 span { border-color: rgb(49,203,182); }

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