Html Css Color HEX #31B9AF Light Sea Green

📋 copy color: '#31B9AF'

red 49 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #31B9AF

Tints of Light Sea Green #31B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

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

R = 11.98%
G = 45.23%
B = 42.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#31B9AF (or 0x31B9AF) is known color: Light Sea Green. HEX triplet: 31, B9 and AF. RGB value is (49,185,175). Sum of RGB (Red+Green+Blue) = 49+185+175=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #31B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B9AF is #CE4650. Grayscale: #8F8F8F. Windows color (decimal): -13518417 or 11516209. OLE color: 11516209.

HSL color Cylindrical-coordinate representation of color #31B9AF: hue angle of 175.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B9AF is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 175 -
CMYK 0.74 0 0.05 0.27
HSL 175.59º 0.58% 0.46% -
HSV(B) 175.59º 0.74% 0.73% -
XYZ 26.35 38.45 46.59 -
YUV 143.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 49 185 175 0.74 0 0.05 0.27 175.59 0.58 0.46
Hex 31 B9 AF 4A 0 5 1B B0 3A 2E
Octal 61 271 257 112 0 5 33 260 72 56
Binary 110001 10111001 10101111 1001010 0 101 11011 10110000 111010 101110

Color Harmonies of #31B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B9AF

Black with #31B9AF

Text Example


Text Example

White with #31B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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