Html Css Color HEX #31B0BD Light Sea Green

📋 copy color: '#31B0BD'

red 49 ◦ green 176 ◦ blue 189

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

Shades of Light Sea Green #31B0BD

Tints of Light Sea Green #31B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 11.84%
G = 42.51%
B = 45.65%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31B0BD (or 0x31B0BD) is known color: Light Sea Green. HEX triplet: 31, B0 and BD. RGB value is (49,176,189). Sum of RGB (Red+Green+Blue) = 49+176+189=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #31B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0BD is #CE4F42. Grayscale: #8B8B8B. Windows color (decimal): -13520707 or 12431409. OLE color: 12431409.

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

Color convert

RGB 49 176 189 -
CMYK 0.74 0.07 0 0.26
HSL 185.57º 0.59% 0.47% -
HSV(B) 185.57º 0.74% 0.74% -
XYZ 25.98 35.38 53.6 -
YUV 139.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 49 176 189 0.74 0.07 0 0.26 185.57 0.59 0.47
Hex 31 B0 BD 4A 7 0 1A BA 3B 2F
Octal 61 260 275 112 7 0 32 272 73 57
Binary 110001 10110000 10111101 1001010 111 0 11010 10111010 111011 101111

Color Harmonies of #31B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B0BD

Black with #31B0BD

Text Example


Text Example

White with #31B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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