Html Css Color HEX #31BCBE Light Sea Green

📋 copy color: '#31BCBE'

red 49 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #31BCBE

Tints of Light Sea Green #31BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 11.48%
G = 44.03%
B = 44.5%

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

#31BCBE (or 0x31BCBE) is known color: Light Sea Green. HEX triplet: 31, BC and BE. RGB value is (49,188,190). Sum of RGB (Red+Green+Blue) = 49+188+190=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #31BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCBE is #CE4341. Grayscale: #929292. Windows color (decimal): -13517634 or 12500017. OLE color: 12500017.

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

Color convert

RGB 49 188 190 -
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.54 40.34 55 -
YUV 146.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 49 188 190 0.74 0.01 0 0.25 180.85 0.59 0.47
Hex 31 BC BE 4A 1 0 19 B5 3B 2F
Octal 61 274 276 112 1 0 31 265 73 57
Binary 110001 10111100 10111110 1001010 1 0 11001 10110101 111011 101111

Color Harmonies of #31BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCBE

Black with #31BCBE

Text Example


Text Example

White with #31BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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