Html Css Color HEX #88EFC0 Aquamarine

📋 copy color: '#88EFC0'

red 136 ◦ green 239 ◦ blue 192

#88EFC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #88EFC0

Tints of Aquamarine #88EFC0

RGB

 RED value IS 136 (53.52% from 255) = 23.99%

 GREEN value IS 239 (93.75% from 255) = 42.15%

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 23.99%
G = 42.15%
B = 33.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#88EFC0 (or 0x88EFC0) is known color: Aquamarine. HEX triplet: 88, EF and C0. RGB value is (136,239,192). Sum of RGB (Red+Green+Blue) = 136+239+192=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFC0 is #77103F. Grayscale: #CACACA. Windows color (decimal): -7802944 or 12644232. OLE color: 12644232.

HSL color Cylindrical-coordinate representation of color #88EFC0: hue angle of 152.62º 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 #88EFC0 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 239 192 -
CMYK 0.43 0 0.20 0.06
HSL 152.62º 0.76% 0.74% -
HSV(B) 152.62º 0.43% 0.94% -
XYZ 50.53 70.77 60.87 -
YUV 202.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 136 239 192 0.43 0 0.20 0.06 152.62 0.76 0.74
Hex 88 EF C0 2B 0 14 6 99 4C 4A
Octal 210 357 300 53 0 24 6 231 114 112
Binary 10001000 11101111 11000000 101011 0 10100 110 10011001 1001100 1001010

Color Harmonies of #88EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EFC0

Black with #88EFC0

Text Example


Text Example

White with #88EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88EFC0;
 }
 .AnyTagClassName
 {
   color: #88EFC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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