#2AAFBE

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

Shades of Light Sea Green #2AAFBE

Tints of Light Sea Green #2AAFBE

Color information

#2AAFBE (or 0x2AAFBE) is unknown color: approx Light Sea Green. HEX triplet: 2A, AF and BE. RGB value is (42,175,190). Sum of RGB (Red+Green+Blue) = 42+175+190=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFBE is #D55041. Grayscale: #888888. Windows color (decimal): -13979714 or 12496682. OLE color: 12496682.

HSL color Cylindrical-coordinate representation of color #2AAFBE: hue angle of 186.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAFBE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42175190-
CMYK0.780.0800.25
HSL186.08º63.79%45.49%-
HSV(B)186.08º77.89%74.51%-
XYZ25.5834.8754.1-
YUV136.94157.9460.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.32%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=10.32%
G=43.00%
B=46.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421751900.780.0800.25186.0863.7945.49
Hex2AAFBE4E8019ba402d
Octal522572761161003127210055
Binary101010101011111011111010011101000011001101110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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