#1ACFB1

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

Shades of Light Sea Green #1ACFB1

Tints of Light Sea Green #1ACFB1

Color information

#1ACFB1 (or 0x1ACFB1) is unknown color: approx Light Sea Green. HEX triplet: 1A, CF and B1. RGB value is (26,207,177). Sum of RGB (Red+Green+Blue) = 26+207+177=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACFB1 is #E5304E. Grayscale: #959595. Windows color (decimal): -15020111 or 11652890. OLE color: 11652890.

HSL color Cylindrical-coordinate representation of color #1ACFB1: hue angle of 170.06º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACFB1 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB26207177-
CMYK0.8700.140.19
HSL170.06º77.68%45.69%-
HSV(B)170.06º87.44%81.18%-
XYZ30.6748.0249.25-
YUV149.46143.5339.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.34%
GREEN value IS 207 (81.25% from 255) = 50.49%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=6.34%
G=50.49%
B=43.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal262071770.8700.140.19170.0677.6845.69
Hex1ACFB1570E13aa4e2e
Octal323172611270162325211656
Binary11010110011111011000110101110111010011101010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ACFB1; }

 p { color: rgb(26,207,177); }

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

<style>
 a { background-color: #1ACFB1; }

 a { background-color: rgb(26,207,177); }

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

<style>
 span { border-color: #1ACFB1; }

 span { border-color: rgb(26,207,177); }

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