Html Css Color HEX #31BFB0 Light Sea Green

📋 copy color: '#31BFB0'

red 49 ◦ green 191 ◦ blue 176

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

Shades of Light Sea Green #31BFB0

Tints of Light Sea Green #31BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 11.78%
G = 45.91%
B = 42.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#31BFB0 (or 0x31BFB0) is known color: Light Sea Green. HEX triplet: 31, BF and B0. RGB value is (49,191,176). Sum of RGB (Red+Green+Blue) = 49+191+176=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BFB0 is #CE404F. Grayscale: #929292. Windows color (decimal): -13516880 or 11583281. OLE color: 11583281.

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

Color convert

RGB 49 191 176 -
CMYK 0.74 0 0.08 0.25
HSL 173.66º 0.59% 0.47% -
HSV(B) 173.66º 0.74% 0.75% -
XYZ 27.73 41.05 47.54 -
YUV 146.83 144.46 58.22 -
System Red Green Blue C M Y K H S L
Decimal 49 191 176 0.74 0 0.08 0.25 173.66 0.59 0.47
Hex 31 BF B0 4A 0 8 19 AE 3B 2F
Octal 61 277 260 112 0 10 31 256 73 57
Binary 110001 10111111 10110000 1001010 0 1000 11001 10101110 111011 101111

Color Harmonies of #31BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BFB0

Black with #31BFB0

Text Example


Text Example

White with #31BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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