#2AC2B5

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

Shades of Light Sea Green #2AC2B5

Tints of Light Sea Green #2AC2B5

Color information

#2AC2B5 (or 0x2AC2B5) is unknown color: approx Light Sea Green. HEX triplet: 2A, C2 and B5. RGB value is (42,194,181). Sum of RGB (Red+Green+Blue) = 42+194+181=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC2B5 is #D53D4A. Grayscale: #929292. Windows color (decimal): -13974859 or 11911722. OLE color: 11911722.

HSL color Cylindrical-coordinate representation of color #2AC2B5: hue angle of 174.87º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC2B5 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB42194181-
CMYK0.7800.070.24
HSL174.87º64.41%46.27%-
HSV(B)174.87º78.35%76.08%-
XYZ28.5942.4150.4-
YUV147.07147.1453.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.07%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=10.07%
G=46.52%
B=43.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421941810.7800.070.24174.8764.4146.27
Hex2AC2B54E0718af402e
Octal52302265116073025710056
Binary10101011000010101101011001110011111000101011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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