#2AB7AF

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

Shades of Light Sea Green #2AB7AF

Tints of Light Sea Green #2AB7AF

Color information

#2AB7AF (or 0x2AB7AF) is unknown color: approx Light Sea Green. HEX triplet: 2A, B7 and AF. RGB value is (42,183,175). Sum of RGB (Red+Green+Blue) = 42+183+175=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB7AF is #D54850. Grayscale: #8B8B8B. Windows color (decimal): -13977681 or 11515690. OLE color: 11515690.

HSL color Cylindrical-coordinate representation of color #2AB7AF: hue angle of 176.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB7AF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB42183175-
CMYK0.7700.040.28
HSL176.6º62.67%44.12%-
HSV(B)176.6º77.05%71.76%-
XYZ25.6337.4546.44-
YUV139.93147.7958.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.5%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=10.5%
G=45.75%
B=43.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421831750.7700.040.28176.662.6744.12
Hex2AB7AF4D041Cb13f2c
Octal5226725711504342617754
Binary1010101011011110101111100110101001110010110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AB7AF; }

 p { color: rgb(42,183,175); }

 H1.HeaderClassName
 {
   color: #2AB7AF;
 }
 .AnyTagClassName
 {
   color: #2AB7AF;
 }
</style>
background-color css

<style>
 a { background-color: #2AB7AF; }

 a { background-color: rgb(42,183,175); }

 div.DivClassName
 {
   background-color: #2AB7AF;
 }
 .BgClassName
 {
   background-color: #2AB7AF;
 }
</style>
border-color css

<style>
 span { border-color: #2AB7AF; }

 span { border-color: rgb(42,183,175); }

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