#88FCC4

Color #88FCC4 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #88FCC4

Tints of Aquamarine #88FCC4

Color information

#88FCC4 (or 0x88FCC4) is unknown color: approx Aquamarine. HEX triplet: 88, FC and C4. RGB value is (136,252,196). Sum of RGB (Red+Green+Blue) = 136+252+196=584 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.29% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCC4 is #77033B. Grayscale: #D3D3D3. Windows color (decimal): -7799612 or 12909704. OLE color: 12909704.

HSL color Cylindrical-coordinate representation of color #88FCC4: hue angle of 151.03º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCC4 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB136252196-
CMYK0.4600.220.01
HSL151.03º95.08%76.08%-
HSV(B)151.03º46.03%98.82%-
XYZ54.9378.8464.55-
YUV210.93119.5774.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.29%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=23.29%
G=43.15%
B=33.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362521960.4600.220.01151.0395.0876.08
Hex88FCC42E0161975f4c
Octal210374304560261227137114
Binary10001000111111001100010010111001011011001011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88FCC4; }

 p { color: rgb(136,252,196); }

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

<style>
 a { background-color: #88FCC4; }

 a { background-color: rgb(136,252,196); }

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

<style>
 span { border-color: #88FCC4; }

 span { border-color: rgb(136,252,196); }

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