Html Css Color HEX #31BDBA Light Sea Green

📋 copy color: '#31BDBA'

red 49 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #31BDBA

Tints of Light Sea Green #31BDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 11.56%
G = 44.58%
B = 43.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#31BDBA (or 0x31BDBA) is known color: Light Sea Green. HEX triplet: 31, BD and BA. RGB value is (49,189,186). Sum of RGB (Red+Green+Blue) = 49+189+186=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDBA is #CE4245. Grayscale: #929292. Windows color (decimal): -13517382 or 12238129. OLE color: 12238129.

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

Color convert

RGB 49 189 186 -
CMYK 0.74 0 0.02 0.26
HSL 178.71º 0.59% 0.47% -
HSV(B) 178.71º 0.74% 0.74% -
XYZ 28.33 40.59 52.8 -
YUV 146.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 49 189 186 0.74 0 0.02 0.26 178.71 0.59 0.47
Hex 31 BD BA 4A 0 2 1A B3 3B 2F
Octal 61 275 272 112 0 2 32 263 73 57
Binary 110001 10111101 10111010 1001010 0 10 11010 10110011 111011 101111

Color Harmonies of #31BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDBA

Black with #31BDBA

Text Example


Text Example

White with #31BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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