Html Css Color HEX #31C0BE Light Sea Green

📋 copy color: '#31C0BE'

red 49 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #31C0BE

Tints of Light Sea Green #31C0BE

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 49 192 190 -
CMYK 0.74 0 0.01 0.25
HSL 179.16º 0.59% 0.47% -
HSV(B) 179.16º 0.74% 0.75% -
XYZ 29.41 42.07 55.29 -
YUV 149.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 49 192 190 0.74 0 0.01 0.25 179.16 0.59 0.47
Hex 31 C0 BE 4A 0 1 19 B3 3B 2F
Octal 61 300 276 112 0 1 31 263 73 57
Binary 110001 11000000 10111110 1001010 0 1 11001 10110011 111011 101111

Color Harmonies of #31C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C0BE

Black with #31C0BE

Text Example


Text Example

White with #31C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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