#2AC0BD

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

Shades of Light Sea Green #2AC0BD

Tints of Light Sea Green #2AC0BD

Color information

#2AC0BD (or 0x2AC0BD) is unknown color: approx Light Sea Green. HEX triplet: 2A, C0 and BD. RGB value is (42,192,189). Sum of RGB (Red+Green+Blue) = 42+192+189=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC0BD is #D53F42. Grayscale: #929292. Windows color (decimal): -13975363 or 12435498. OLE color: 12435498.

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

Color convert

RGB42192189-
CMYK0.7800.020.25
HSL178.8º64.1%45.88%-
HSV(B)178.8º78.12%75.29%-
XYZ28.9941.8754.7-
YUV146.81151.853.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.93%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=9.93%
G=45.39%
B=44.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421921890.7800.020.25178.864.145.88
Hex2AC0BD4E0219b3402e
Octal52300275116023126310056
Binary1010101100000010111101100111001011001101100111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,192,189); }

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

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

 a { background-color: rgb(42,192,189); }

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

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

 span { border-color: rgb(42,192,189); }

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