Html Css Color HEX #31BCBF Light Sea Green

📋 copy color: '#31BCBF'

red 49 ◦ green 188 ◦ blue 191

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

Shades of Light Sea Green #31BCBF

Tints of Light Sea Green #31BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 11.45%
G = 43.93%
B = 44.63%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31BCBF (or 0x31BCBF) is known color: Light Sea Green. HEX triplet: 31, BC and BF. RGB value is (49,188,191). Sum of RGB (Red+Green+Blue) = 49+188+191=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #31BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCBF is #CE4340. Grayscale: #929292. Windows color (decimal): -13517633 or 12565553. OLE color: 12565553.

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

Color convert

RGB 49 188 191 -
CMYK 0.74 0.02 0 0.25
HSL 181.27º 0.59% 0.47% -
HSV(B) 181.27º 0.74% 0.75% -
XYZ 28.65 40.38 55.57 -
YUV 146.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 49 188 191 0.74 0.02 0 0.25 181.27 0.59 0.47
Hex 31 BC BF 4A 2 0 19 B5 3B 2F
Octal 61 274 277 112 2 0 31 265 73 57
Binary 110001 10111100 10111111 1001010 10 0 11001 10110101 111011 101111

Color Harmonies of #31BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCBF

Black with #31BCBF

Text Example


Text Example

White with #31BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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