Html Css Color HEX #31BDC0 Light Sea Green

📋 copy color: '#31BDC0'

red 49 ◦ green 189 ◦ blue 192

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

Shades of Light Sea Green #31BDC0

Tints of Light Sea Green #31BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

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

R = 11.4%
G = 43.95%
B = 44.65%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31BDC0 (or 0x31BDC0) is known color: Light Sea Green. HEX triplet: 31, BD and C0. RGB value is (49,189,192). Sum of RGB (Red+Green+Blue) = 49+189+192=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #31BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDC0 is #CE423F. Grayscale: #939393. Windows color (decimal): -13517376 or 12631345. OLE color: 12631345.

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

Color convert

RGB 49 189 192 -
CMYK 0.74 0.02 0 0.25
HSL 181.26º 0.59% 0.47% -
HSV(B) 181.26º 0.74% 0.75% -
XYZ 28.98 40.85 56.23 -
YUV 147.48 153.12 57.76 -
System Red Green Blue C M Y K H S L
Decimal 49 189 192 0.74 0.02 0 0.25 181.26 0.59 0.47
Hex 31 BD C0 4A 2 0 19 B5 3B 2F
Octal 61 275 300 112 2 0 31 265 73 57
Binary 110001 10111101 11000000 1001010 10 0 11001 10110101 111011 101111

Color Harmonies of #31BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDC0

Black with #31BDC0

Text Example


Text Example

White with #31BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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