#2ACFB8

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

Shades of Light Sea Green #2ACFB8

Tints of Light Sea Green #2ACFB8

Color information

#2ACFB8 (or 0x2ACFB8) is unknown color: approx Light Sea Green. HEX triplet: 2A, CF and B8. RGB value is (42,207,184). Sum of RGB (Red+Green+Blue) = 42+207+184=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFB8 is #D53047. Grayscale: #9A9A9A. Windows color (decimal): -13971528 or 12111658. OLE color: 12111658.

HSL color Cylindrical-coordinate representation of color #2ACFB8: hue angle of 171.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFB8 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB42207184-
CMYK0.8000.110.19
HSL171.64º66.27%48.82%-
HSV(B)171.64º79.71%81.18%-
XYZ31.9248.5853.04-
YUV155.04144.3447.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.70%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 184 (72.27% from 255) = 42.49%
R=9.70%
G=47.81%
B=42.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal422071840.8000.110.19171.6466.2748.82
Hex2ACFB8500B13ac4231
Octal523172701200132325410261
Binary101010110011111011100010100000101110011101011001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,207,184); }

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

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

 a { background-color: rgb(42,207,184); }

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

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

 span { border-color: rgb(42,207,184); }

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