#2AC1B9

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

Shades of Light Sea Green #2AC1B9

Tints of Light Sea Green #2AC1B9

Color information

#2AC1B9 (or 0x2AC1B9) is unknown color: approx Light Sea Green. HEX triplet: 2A, C1 and B9. RGB value is (42,193,185). Sum of RGB (Red+Green+Blue) = 42+193+185=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC1B9 is #D53E46. Grayscale: #929292. Windows color (decimal): -13975111 or 12173610. OLE color: 12173610.

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

Color convert

RGB42193185-
CMYK0.7800.040.24
HSL176.82º64.26%46.08%-
HSV(B)176.82º78.24%75.69%-
XYZ28.7842.1352.51-
YUV146.94149.4753.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=10%
G=45.95%
B=44.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421931850.7800.040.24176.8264.2646.08
Hex2AC1B94E0418b1402e
Octal52301271116043026110056
Binary10101011000001101110011001110010011000101100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,193,185); }

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

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

 a { background-color: rgb(42,193,185); }

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

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

 span { border-color: rgb(42,193,185); }

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