Html Css Color HEX #31B5BD Light Sea Green

📋 copy color: '#31B5BD'

red 49 ◦ green 181 ◦ blue 189

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

Shades of Light Sea Green #31B5BD

Tints of Light Sea Green #31B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 11.69%
G = 43.2%
B = 45.11%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31B5BD (or 0x31B5BD) is known color: Light Sea Green. HEX triplet: 31, B5 and BD. RGB value is (49,181,189). Sum of RGB (Red+Green+Blue) = 49+181+189=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #31B5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B5BD is #CE4A42. Grayscale: #8E8E8E. Windows color (decimal): -13519427 or 12432689. OLE color: 12432689.

HSL color Cylindrical-coordinate representation of color #31B5BD: hue angle of 183.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B5BD is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 181 189 -
CMYK 0.74 0.04 0 0.26
HSL 183.43º 0.59% 0.47% -
HSV(B) 183.43º 0.74% 0.74% -
XYZ 26.98 37.37 53.94 -
YUV 142.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 49 181 189 0.74 0.04 0 0.26 183.43 0.59 0.47
Hex 31 B5 BD 4A 4 0 1A B7 3B 2F
Octal 61 265 275 112 4 0 32 267 73 57
Binary 110001 10110101 10111101 1001010 100 0 11010 10110111 111011 101111

Color Harmonies of #31B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B5BD

Black with #31B5BD

Text Example


Text Example

White with #31B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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