#31AFAB

Color #31AFAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #31AFAB

Tints of Light Sea Green #31AFAB

Color information

#31AFAB (or 0x31AFAB) is unknown color: approx 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

RGB49175171-
CMYK0.7200.020.31
HSL178.1º56.25%43.92%-
HSV(B)178.1º72%68.63%-
XYZ23.9534.2543.88-
YUV136.87147.2665.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=12.41%
G=44.30%
B=43.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491751710.7200.020.31178.156.2543.92
Hex31AFAB48021Fb2382c
Octal6125725311002372627054
Binary110001101011111010101110010000101111110110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>