Html Css Color HEX #31C2BB Light Sea Green

📋 copy color: '#31C2BB'

red 49 ◦ green 194 ◦ blue 187

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

Shades of Light Sea Green #31C2BB

Tints of Light Sea Green #31C2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 11.4%
G = 45.12%
B = 43.49%

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

#31C2BB (or 0x31C2BB) is known color: Light Sea Green. HEX triplet: 31, C2 and BB. RGB value is (49,194,187). Sum of RGB (Red+Green+Blue) = 49+194+187=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #31C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C2BB is #CE3D44. Grayscale: #959595. Windows color (decimal): -13516101 or 12304945. OLE color: 12304945.

HSL color Cylindrical-coordinate representation of color #31C2BB: hue angle of 177.1º 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 #31C2BB is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 187 -
CMYK 0.75 0 0.04 0.24
HSL 177.1º 0.6% 0.48% -
HSV(B) 177.1º 0.75% 0.76% -
XYZ 29.53 42.82 53.72 -
YUV 149.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 49 194 187 0.75 0 0.04 0.24 177.1 0.6 0.48
Hex 31 C2 BB 4B 0 4 18 B1 3C 30
Octal 61 302 273 113 0 4 30 261 74 60
Binary 110001 11000010 10111011 1001011 0 100 11000 10110001 111100 110000

Color Harmonies of #31C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C2BB

Black with #31C2BB

Text Example


Text Example

White with #31C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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