Html Css Color HEX #31BEAF Light Sea Green

📋 copy color: '#31BEAF'

red 49 ◦ green 190 ◦ blue 175

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

Shades of Light Sea Green #31BEAF

Tints of Light Sea Green #31BEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 11.84%
G = 45.89%
B = 42.27%

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

#31BEAF (or 0x31BEAF) is known color: Light Sea Green. HEX triplet: 31, BE and AF. RGB value is (49,190,175). Sum of RGB (Red+Green+Blue) = 49+190+175=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #31BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BEAF is #CE4150. Grayscale: #929292. Windows color (decimal): -13517137 or 11517489. OLE color: 11517489.

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

Color convert

RGB 49 190 175 -
CMYK 0.74 0 0.08 0.25
HSL 173.62º 0.59% 0.47% -
HSV(B) 173.62º 0.74% 0.75% -
XYZ 27.42 40.58 46.94 -
YUV 146.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 49 190 175 0.74 0 0.08 0.25 173.62 0.59 0.47
Hex 31 BE AF 4A 0 8 19 AE 3B 2F
Octal 61 276 257 112 0 10 31 256 73 57
Binary 110001 10111110 10101111 1001010 0 1000 11001 10101110 111011 101111

Color Harmonies of #31BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEAF

Black with #31BEAF

Text Example


Text Example

White with #31BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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