Html Css Color HEX #31BCBD Light Sea Green

📋 copy color: '#31BCBD'

red 49 ◦ green 188 ◦ blue 189

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

Shades of Light Sea Green #31BCBD

Tints of Light Sea Green #31BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 11.5%
G = 44.13%
B = 44.37%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31BCBD (or 0x31BCBD) is known color: Light Sea Green. HEX triplet: 31, BC and BD. RGB value is (49,188,189). Sum of RGB (Red+Green+Blue) = 49+188+189=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #31BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCBD is #CE4342. Grayscale: #929292. Windows color (decimal): -13517635 or 12434481. OLE color: 12434481.

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

Color convert

RGB 49 188 189 -
CMYK 0.74 0.01 0 0.26
HSL 180.43º 0.59% 0.47% -
HSV(B) 180.43º 0.74% 0.74% -
XYZ 28.44 40.29 54.42 -
YUV 146.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 49 188 189 0.74 0.01 0 0.26 180.43 0.59 0.47
Hex 31 BC BD 4A 1 0 1A B4 3B 2F
Octal 61 274 275 112 1 0 32 264 73 57
Binary 110001 10111100 10111101 1001010 1 0 11010 10110100 111011 101111

Color Harmonies of #31BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCBD

Black with #31BCBD

Text Example


Text Example

White with #31BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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