#1EFFFC

Color #1EFFFC Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #1EFFFC

Tints of Aqua #1EFFFC

Color information

#1EFFFC (or 0x1EFFFC) is unknown color: approx Aqua. HEX triplet: 1E, FF and FC. RGB value is (30,255,252). Sum of RGB (Red+Green+Blue) = 30+255+252=537 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.59% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFFFC is #E10003. Grayscale: #BBBBBB. Windows color (decimal): -14745604 or 16580382. OLE color: 16580382.

HSL color Cylindrical-coordinate representation of color #1EFFFC: hue angle of 179.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFFC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB30255252-
CMYK0.8800.010
HSL179.2º100%55.88%-
HSV(B)179.2º88.24%100%-
XYZ53.8778.82104.47-
YUV187.38164.4615.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.59%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=5.59%
G=47.49%
B=46.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302552520.8800.010179.210055.88
Hex1EFFFC58010b36438
Octal3637737413001026314470
Binary1111011111111111111001011000010101100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,255,252); }

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

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

 a { background-color: rgb(30,255,252); }

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

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

 span { border-color: rgb(30,255,252); }

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