#2AAFB7

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

Shades of Light Sea Green #2AAFB7

Tints of Light Sea Green #2AAFB7

Color information

#2AAFB7 (or 0x2AAFB7) is unknown color: approx Light Sea Green. HEX triplet: 2A, AF and B7. RGB value is (42,175,183). Sum of RGB (Red+Green+Blue) = 42+175+183=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #2AAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFB7 is #D55048. Grayscale: #878787. Windows color (decimal): -13979721 or 12037930. OLE color: 12037930.

HSL color Cylindrical-coordinate representation of color #2AAFB7: hue angle of 183.4º 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 #2AAFB7 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB42175183-
CMYK0.770.0400.28
HSL183.4º62.67%44.12%-
HSV(B)183.4º77.05%71.76%-
XYZ24.8334.5750.16-
YUV136.14154.4460.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421751830.770.0400.28183.462.6744.12
Hex2AAFB74D401Cb73f2c
Octal5225726711540342677754
Binary1010101010111110110111100110110001110010110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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