Html Css Color HEX #31AFAC Light Sea Green

📋 copy color: '#31AFAC'

red 49 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #31AFAC

Tints of Light Sea Green #31AFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 12.37%
G = 44.19%
B = 43.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#31AFAC (or 0x31AFAC) is known color: Light Sea Green. HEX triplet: 31, AF and AC. RGB value is (49,175,172). Sum of RGB (Red+Green+Blue) = 49+175+172=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #31AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AFAC is #CE5053. Grayscale: #888888. Windows color (decimal): -13520980 or 11317041. OLE color: 11317041.

HSL color Cylindrical-coordinate representation of color #31AFAC: hue angle of 178.57º 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 #31AFAC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 172 -
CMYK 0.72 0 0.02 0.31
HSL 178.57º 0.56% 0.44% -
HSV(B) 178.57º 0.72% 0.69% -
XYZ 24.04 34.29 44.38 -
YUV 136.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 49 175 172 0.72 0 0.02 0.31 178.57 0.56 0.44
Hex 31 AF AC 48 0 2 1F B3 38 2C
Octal 61 257 254 110 0 2 37 263 70 54
Binary 110001 10101111 10101100 1001000 0 10 11111 10110011 111000 101100

Color Harmonies of #31AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFAC

Black with #31AFAC

Text Example


Text Example

White with #31AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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