Html Css Color HEX #31AF9F Light Sea Green

📋 copy color: '#31AF9F'

red 49 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #31AF9F

Tints of Light Sea Green #31AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.69%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 12.79%
G = 45.69%
B = 41.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#31AF9F (or 0x31AF9F) is known color: Light Sea Green. HEX triplet: 31, AF and 9F. RGB value is (49,175,159). Sum of RGB (Red+Green+Blue) = 49+175+159=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF9F is #CE5060. Grayscale: #878787. Windows color (decimal): -13520993 or 10465073. OLE color: 10465073.

HSL color Cylindrical-coordinate representation of color #31AF9F: hue angle of 172.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF9F is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 159 -
CMYK 0.72 0 0.09 0.31
HSL 172.38º 0.56% 0.44% -
HSV(B) 172.38º 0.72% 0.69% -
XYZ 22.85 33.82 38.12 -
YUV 135.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 49 175 159 0.72 0 0.09 0.31 172.38 0.56 0.44
Hex 31 AF 9F 48 0 9 1F AC 38 2C
Octal 61 257 237 110 0 11 37 254 70 54
Binary 110001 10101111 10011111 1001000 0 1001 11111 10101100 111000 101100

Color Harmonies of #31AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF9F

Black with #31AF9F

Text Example


Text Example

White with #31AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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