#2AC3C2

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

Shades of Light Sea Green #2AC3C2

Tints of Light Sea Green #2AC3C2

Color information

#2AC3C2 (or 0x2AC3C2) is unknown color: approx Light Sea Green. HEX triplet: 2A, C3 and C2. RGB value is (42,195,194). Sum of RGB (Red+Green+Blue) = 42+195+194=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC3C2 is #D53C3D. Grayscale: #949494. Windows color (decimal): -13974590 or 12763946. OLE color: 12763946.

HSL color Cylindrical-coordinate representation of color #2AC3C2: hue angle of 179.61º degrees, saturation: 0.65, 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 #2AC3C2 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB42195194-
CMYK0.7800.010.24
HSL179.61º64.56%46.47%-
HSV(B)179.61º78.46%76.47%-
XYZ30.2143.4257.83-
YUV149.14153.3151.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.74%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=9.74%
G=45.24%
B=45.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421951940.7800.010.24179.6164.5646.47
Hex2AC3C24E0118b4412e
Octal52303302116013026410156
Binary101010110000111100001010011100111000101101001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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