Html Css Color HEX #31BDBF Light Sea Green

📋 copy color: '#31BDBF'

red 49 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #31BDBF

Tints of Light Sea Green #31BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 11.42%
G = 44.06%
B = 44.52%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31BDBF (or 0x31BDBF) is known color: Light Sea Green. HEX triplet: 31, BD and BF. RGB value is (49,189,191). Sum of RGB (Red+Green+Blue) = 49+189+191=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #31BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDBF is #CE4240. Grayscale: #939393. Windows color (decimal): -13517377 or 12565809. OLE color: 12565809.

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

Color convert

RGB 49 189 191 -
CMYK 0.74 0.01 0 0.25
HSL 180.85º 0.59% 0.47% -
HSV(B) 180.85º 0.74% 0.75% -
XYZ 28.87 40.81 55.65 -
YUV 147.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 49 189 191 0.74 0.01 0 0.25 180.85 0.59 0.47
Hex 31 BD BF 4A 1 0 19 B5 3B 2F
Octal 61 275 277 112 1 0 31 265 73 57
Binary 110001 10111101 10111111 1001010 1 0 11001 10110101 111011 101111

Color Harmonies of #31BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDBF

Black with #31BDBF

Text Example


Text Example

White with #31BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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