Html Css Color HEX #31BDBB Light Sea Green

📋 copy color: '#31BDBB'

red 49 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #31BDBB

Tints of Light Sea Green #31BDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 11.53%
G = 44.47%
B = 44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#31BDBB (or 0x31BDBB) is known color: Light Sea Green. HEX triplet: 31, BD and BB. RGB value is (49,189,187). Sum of RGB (Red+Green+Blue) = 49+189+187=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDBB is #CE4244. Grayscale: #929292. Windows color (decimal): -13517381 or 12303665. OLE color: 12303665.

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

Color convert

RGB 49 189 187 -
CMYK 0.74 0 0.01 0.26
HSL 179.14º 0.59% 0.47% -
HSV(B) 179.14º 0.74% 0.74% -
XYZ 28.43 40.64 53.36 -
YUV 146.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 49 189 187 0.74 0 0.01 0.26 179.14 0.59 0.47
Hex 31 BD BB 4A 0 1 1A B3 3B 2F
Octal 61 275 273 112 0 1 32 263 73 57
Binary 110001 10111101 10111011 1001010 0 1 11010 10110011 111011 101111

Color Harmonies of #31BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDBB

Black with #31BDBB

Text Example


Text Example

White with #31BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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