#88F9CA

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

Shades of Aquamarine #88F9CA

Tints of Aquamarine #88F9CA

Color information

#88F9CA (or 0x88F9CA) is unknown color: approx Aquamarine. HEX triplet: 88, F9 and CA. RGB value is (136,249,202). Sum of RGB (Red+Green+Blue) = 136+249+202=587 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.17% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #88F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F9CA is #770635. Grayscale: #D1D1D1. Windows color (decimal): -7800374 or 13302152. OLE color: 13302152.

HSL color Cylindrical-coordinate representation of color #88F9CA: hue angle of 155.04º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F9CA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB136249202-
CMYK0.4500.190.02
HSL155.04º90.4%75.49%-
HSV(B)155.04º45.38%97.65%-
XYZ54.6977.2567.91-
YUV209.86123.5675.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.17%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=23.17%
G=42.42%
B=34.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362492020.4500.190.02155.0490.475.49
Hex88F9CA2D01329b5a4b
Octal210371312550232233132113
Binary100010001111100111001010101101010011101001101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,249,202); }

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

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

 a { background-color: rgb(136,249,202); }

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

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

 span { border-color: rgb(136,249,202); }

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