Html Css Color HEX #88FFD4 Aquamarine

📋 copy color: '#88FFD4'

red 136 ◦ green 255 ◦ blue 212

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

Shades of Aquamarine #88FFD4

Tints of Aquamarine #88FFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 22.55%
G = 42.29%
B = 35.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#88FFD4 (or 0x88FFD4) is known color: Aquamarine. HEX triplet: 88, FF and D4. RGB value is (136,255,212). Sum of RGB (Red+Green+Blue) = 136+255+212=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFD4 is #77002B. Grayscale: #D6D6D6. Windows color (decimal): -7798828 or 13959048. OLE color: 13959048.

HSL color Cylindrical-coordinate representation of color #88FFD4: hue angle of 158.32º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFD4 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 212 -
CMYK 0.47 0 0.17 0
HSL 158.32º 1% 0.77% -
HSV(B) 158.32º 0.47% 1% -
XYZ 57.8 81.51 74.97 -
YUV 214.52 126.58 72 -
System Red Green Blue C M Y K H S L
Decimal 136 255 212 0.47 0 0.17 0 158.32 1 0.77
Hex 88 FF D4 2F 0 11 0 9E 64 4D
Octal 210 377 324 57 0 21 0 236 144 115
Binary 10001000 11111111 11010100 101111 0 10001 0 10011110 1100100 1001101

Color Harmonies of #88FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFD4

Black with #88FFD4

Text Example


Text Example

White with #88FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,255,212); }

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

background-color css

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

 a { background-color: rgb(136,255,212); }

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

border-color css

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

 span { border-color: rgb(136,255,212); }

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