Html Css Color HEX #31C2BA Light Sea Green

📋 copy color: '#31C2BA'

red 49 ◦ green 194 ◦ blue 186

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

Shades of Light Sea Green #31C2BA

Tints of Light Sea Green #31C2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 11.42%
G = 45.22%
B = 43.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#31C2BA (or 0x31C2BA) is known color: Light Sea Green. HEX triplet: 31, C2 and BA. RGB value is (49,194,186). Sum of RGB (Red+Green+Blue) = 49+194+186=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #31C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C2BA is #CE3D45. Grayscale: #959595. Windows color (decimal): -13516102 or 12239409. OLE color: 12239409.

HSL color Cylindrical-coordinate representation of color #31C2BA: hue angle of 176.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C2BA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 186 -
CMYK 0.75 0 0.04 0.24
HSL 176.69º 0.6% 0.48% -
HSV(B) 176.69º 0.75% 0.76% -
XYZ 29.42 42.78 53.16 -
YUV 149.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 49 194 186 0.75 0 0.04 0.24 176.69 0.6 0.48
Hex 31 C2 BA 4B 0 4 18 B1 3C 30
Octal 61 302 272 113 0 4 30 261 74 60
Binary 110001 11000010 10111010 1001011 0 100 11000 10110001 111100 110000

Color Harmonies of #31C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C2BA

Black with #31C2BA

Text Example


Text Example

White with #31C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,194,186); }

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

background-color css

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

 a { background-color: rgb(49,194,186); }

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

border-color css

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

 span { border-color: rgb(49,194,186); }

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