Html Css Color HEX #31BDBD Light Sea Green

📋 copy color: '#31BDBD'

red 49 ◦ green 189 ◦ blue 189

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

Shades of Light Sea Green #31BDBD

Tints of Light Sea Green #31BDBD

RGB

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

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

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

R = 11.48%
G = 44.26%
B = 44.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31BDBD (or 0x31BDBD) is known color: Light Sea Green. HEX triplet: 31, BD and BD. RGB value is (49,189,189). Sum of RGB (Red+Green+Blue) = 49+189+189=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #31BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDBD is #CE4242. Grayscale: #939393. Windows color (decimal): -13517379 or 12434737. OLE color: 12434737.

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

Color convert

RGB 49 189 189 -
CMYK 0.74 0 0 0.26
HSL 180º 0.59% 0.47% -
HSV(B) 180º 0.74% 0.74% -
XYZ 28.65 40.72 54.49 -
YUV 147.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 49 189 189 0.74 0 0 0.26 180 0.59 0.47
Hex 31 BD BD 4A 0 0 1A B4 3B 2F
Octal 61 275 275 112 0 0 32 264 73 57
Binary 110001 10111101 10111101 1001010 0 0 11010 10110100 111011 101111

Color Harmonies of #31BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BDBD

Black with #31BDBD

Text Example


Text Example

White with #31BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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