#1EFFFA

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

Shades of Aqua #1EFFFA

Tints of Aqua #1EFFFA

Color information

#1EFFFA (or 0x1EFFFA) is unknown color: approx Aqua. HEX triplet: 1E, FF and FA. RGB value is (30,255,250). Sum of RGB (Red+Green+Blue) = 30+255+250=535 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.61% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFFFA is #E10005. Grayscale: #BABABA. Windows color (decimal): -14745606 or 16449310. OLE color: 16449310.

HSL color Cylindrical-coordinate representation of color #1EFFFA: hue angle of 178.67º 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 #1EFFFA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB30255250-
CMYK0.8800.020
HSL178.67º100%55.88%-
HSV(B)178.67º88.24%100%-
XYZ53.5578.7102.81-
YUV187.16163.4615.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.61%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=5.61%
G=47.66%
B=46.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302552500.8800.020178.6710055.88
Hex1EFFFA58020b36438
Octal3637737213002026314470
Binary11110111111111111101010110000100101100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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