Html Css Color HEX #31B1BD Light Sea Green

📋 copy color: '#31B1BD'

red 49 ◦ green 177 ◦ blue 189

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

Shades of Light Sea Green #31B1BD

Tints of Light Sea Green #31B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 11.81%
G = 42.65%
B = 45.54%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31B1BD (or 0x31B1BD) is known color: Light Sea Green. HEX triplet: 31, B1 and BD. RGB value is (49,177,189). Sum of RGB (Red+Green+Blue) = 49+177+189=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #31B1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B1BD is #CE4E42. Grayscale: #8B8B8B. Windows color (decimal): -13520451 or 12431665. OLE color: 12431665.

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

Color convert

RGB 49 177 189 -
CMYK 0.74 0.06 0 0.26
HSL 185.14º 0.59% 0.47% -
HSV(B) 185.14º 0.74% 0.74% -
XYZ 26.17 35.77 53.67 -
YUV 140.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 49 177 189 0.74 0.06 0 0.26 185.14 0.59 0.47
Hex 31 B1 BD 4A 6 0 1A B9 3B 2F
Octal 61 261 275 112 6 0 32 271 73 57
Binary 110001 10110001 10111101 1001010 110 0 11010 10111001 111011 101111

Color Harmonies of #31B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B1BD

Black with #31B1BD

Text Example


Text Example

White with #31B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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