#31B4C0

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

Shades of Light Sea Green #31B4C0

Tints of Light Sea Green #31B4C0

Color information

#31B4C0 (or 0x31B4C0) is unknown color: approx Light Sea Green. HEX triplet: 31, B4 and C0. RGB value is (49,180,192). Sum of RGB (Red+Green+Blue) = 49+180+192=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #31B4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B4C0 is #CE4B3F. Grayscale: #8E8E8E. Windows color (decimal): -13519680 or 12629041. OLE color: 12629041.

HSL color Cylindrical-coordinate representation of color #31B4C0: hue angle of 185.03º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B4C0 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49180192-
CMYK0.740.0600.25
HSL185.03º59.34%47.25%-
HSV(B)185.03º74.48%75.29%-
XYZ27.137.155.6-
YUV142.2156.161.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.64%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 192 (75.39% from 255) = 45.61%
R=11.64%
G=42.76%
B=45.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491801920.740.0600.25185.0359.3447.25
Hex31B4C04A6019b93b2f
Octal6126430011260312717357
Binary1100011011010011000000100101011001100110111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,192); }

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

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

 a { background-color: rgb(49,180,192); }

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

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

 span { border-color: rgb(49,180,192); }

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