#1CCFAF

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

Shades of Light Sea Green #1CCFAF

Tints of Light Sea Green #1CCFAF

Color information

#1CCFAF (or 0x1CCFAF) is unknown color: approx Light Sea Green. HEX triplet: 1C, CF and AF. RGB value is (28,207,175). Sum of RGB (Red+Green+Blue) = 28+207+175=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCFAF is #E33050. Grayscale: #959595. Windows color (decimal): -14889041 or 11521820. OLE color: 11521820.

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

Color convert

RGB28207175-
CMYK0.8600.150.19
HSL169.27º76.17%46.08%-
HSV(B)169.27º86.47%81.18%-
XYZ30.5347.9748.21-
YUV149.83142.241.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.83%
GREEN value IS 207 (81.25% from 255) = 50.49%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=6.83%
G=50.49%
B=42.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal282071750.8600.150.19169.2776.1746.08
Hex1CCFAF560F13a94c2e
Octal343172571260172325111456
Binary11100110011111010111110101100111110011101010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,207,175); }

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

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

 a { background-color: rgb(28,207,175); }

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

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

 span { border-color: rgb(28,207,175); }

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