Html Css Color HEX #31BEC0 Light Sea Green

📋 copy color: '#31BEC0'

red 49 ◦ green 190 ◦ blue 192

#31BEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #31BEC0

Tints of Light Sea Green #31BEC0

RGB

 RED value IS 49 (19.53% from 255) = 11.37%

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 11.37%
G = 44.08%
B = 44.55%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31BEC0 (or 0x31BEC0) is known color: Light Sea Green. HEX triplet: 31, BE and C0. RGB value is (49,190,192). Sum of RGB (Red+Green+Blue) = 49+190+192=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #31BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEC0 is #CE413F. Grayscale: #939393. Windows color (decimal): -13517120 or 12631601. OLE color: 12631601.

HSL color Cylindrical-coordinate representation of color #31BEC0: hue angle of 180.84º 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 #31BEC0 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 190 192 -
CMYK 0.74 0.01 0 0.25
HSL 180.84º 0.59% 0.47% -
HSV(B) 180.84º 0.74% 0.75% -
XYZ 29.19 41.29 56.3 -
YUV 148.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 49 190 192 0.74 0.01 0 0.25 180.84 0.59 0.47
Hex 31 BE C0 4A 1 0 19 B5 3B 2F
Octal 61 276 300 112 1 0 31 265 73 57
Binary 110001 10111110 11000000 1001010 1 0 11001 10110101 111011 101111

Color Harmonies of #31BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEC0

Black with #31BEC0

Text Example


Text Example

White with #31BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31BEC0;
 }
 .AnyTagClassName
 {
   color: #31BEC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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