#2ABCC2

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

Shades of Light Sea Green #2ABCC2

Tints of Light Sea Green #2ABCC2

Color information

#2ABCC2 (or 0x2ABCC2) is unknown color: approx Light Sea Green. HEX triplet: 2A, BC and C2. RGB value is (42,188,194). Sum of RGB (Red+Green+Blue) = 42+188+194=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #2ABCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCC2 is #D5433D. Grayscale: #909090. Windows color (decimal): -13976382 or 12762154. OLE color: 12762154.

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

Color convert

RGB42188194-
CMYK0.780.0300.24
HSL182.37º64.41%46.27%-
HSV(B)182.37º78.35%76.08%-
XYZ28.6840.3557.32-
YUV145.03155.6354.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.91%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=9.91%
G=44.34%
B=45.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421881940.780.0300.24182.3764.4146.27
Hex2ABCC24E3018b6402e
Octal52274302116303026610056
Binary1010101011110011000010100111011011000101101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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