#2AB5B7

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

Shades of Light Sea Green #2AB5B7

Tints of Light Sea Green #2AB5B7

Color information

#2AB5B7 (or 0x2AB5B7) is unknown color: approx Light Sea Green. HEX triplet: 2A, B5 and B7. RGB value is (42,181,183). Sum of RGB (Red+Green+Blue) = 42+181+183=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #2AB5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB5B7 is #D54A48. Grayscale: #8B8B8B. Windows color (decimal): -13978185 or 12039466. OLE color: 12039466.

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

Color convert

RGB42181183-
CMYK0.770.0100.28
HSL180.85º62.67%44.12%-
HSV(B)180.85º77.05%71.76%-
XYZ26.0336.9650.56-
YUV139.67152.4558.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.34%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=10.34%
G=44.58%
B=45.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal421811830.770.0100.28180.8562.6744.12
Hex2AB5B74D101Cb53f2c
Octal5226526711510342657754
Binary10101010110101101101111001101101110010110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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