Html Css Color HEX #31BEB9 Light Sea Green

📋 copy color: '#31BEB9'

red 49 ◦ green 190 ◦ blue 185

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

Shades of Light Sea Green #31BEB9

Tints of Light Sea Green #31BEB9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.81%

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 11.56%
G = 44.81%
B = 43.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#31BEB9 (or 0x31BEB9) is known color: Light Sea Green. HEX triplet: 31, BE and B9. RGB value is (49,190,185). Sum of RGB (Red+Green+Blue) = 49+190+185=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #31BEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEB9 is #CE4146. Grayscale: #939393. Windows color (decimal): -13517127 or 12172849. OLE color: 12172849.

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

Color convert

RGB 49 190 185 -
CMYK 0.74 0 0.03 0.25
HSL 177.87º 0.59% 0.47% -
HSV(B) 177.87º 0.74% 0.75% -
XYZ 28.44 40.98 52.31 -
YUV 147.27 149.29 57.91 -
System Red Green Blue C M Y K H S L
Decimal 49 190 185 0.74 0 0.03 0.25 177.87 0.59 0.47
Hex 31 BE B9 4A 0 3 19 B2 3B 2F
Octal 61 276 271 112 0 3 31 262 73 57
Binary 110001 10111110 10111001 1001010 0 11 11001 10110010 111011 101111

Color Harmonies of #31BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEB9

Black with #31BEB9

Text Example


Text Example

White with #31BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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