#88EFC1

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

Shades of Aquamarine #88EFC1

Tints of Aquamarine #88EFC1

Color information

#88EFC1 (or 0x88EFC1) is unknown color: approx Aquamarine. HEX triplet: 88, EF and C1. RGB value is (136,239,193). Sum of RGB (Red+Green+Blue) = 136+239+193=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFC1 is #77103E. Grayscale: #CBCBCB. Windows color (decimal): -7802943 or 12709768. OLE color: 12709768.

HSL color Cylindrical-coordinate representation of color #88EFC1: hue angle of 153.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EFC1 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB136239193-
CMYK0.4300.190.06
HSL153.2º76.3%73.53%-
HSV(B)153.2º43.1%93.73%-
XYZ50.6570.8261.45-
YUV202.96122.3880.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.94%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=23.94%
G=42.08%
B=33.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362391930.4300.190.06153.276.373.53
Hex88EFC12B0136994c4a
Octal210357301530236231114112
Binary1000100011101111110000011010110100111101001100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,239,193); }

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

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

 a { background-color: rgb(136,239,193); }

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

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

 span { border-color: rgb(136,239,193); }

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