Html Css Color HEX #31AFAB Light Sea Green

📋 copy color: '#31AFAB'

red 49 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #31AFAB

Tints of Light Sea Green #31AFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 12.41%
G = 44.3%
B = 43.29%

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

#31AFAB (or 0x31AFAB) is known color: Light Sea Green. HEX triplet: 31, AF and AB. RGB value is (49,175,171). Sum of RGB (Red+Green+Blue) = 49+175+171=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #31AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AFAB is #CE5054. Grayscale: #888888. Windows color (decimal): -13520981 or 11251505. OLE color: 11251505.

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

Color convert

RGB 49 175 171 -
CMYK 0.72 0 0.02 0.31
HSL 178.1º 0.56% 0.44% -
HSV(B) 178.1º 0.72% 0.69% -
XYZ 23.95 34.25 43.88 -
YUV 136.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 49 175 171 0.72 0 0.02 0.31 178.1 0.56 0.44
Hex 31 AF AB 48 0 2 1F B2 38 2C
Octal 61 257 253 110 0 2 37 262 70 54
Binary 110001 10101111 10101011 1001000 0 10 11111 10110010 111000 101100

Color Harmonies of #31AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFAB

Black with #31AFAB

Text Example


Text Example

White with #31AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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