Html Css Color HEX #88F0DF Aquamarine

📋 copy color: '#88F0DF'

red 136 ◦ green 240 ◦ blue 223

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

Shades of Aquamarine #88F0DF

Tints of Aquamarine #88F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.07%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 22.7%
G = 40.07%
B = 37.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#88F0DF (or 0x88F0DF) is known color: Aquamarine. HEX triplet: 88, F0 and DF. RGB value is (136,240,223). Sum of RGB (Red+Green+Blue) = 136+240+223=599 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.70% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0DF is #770F20. Grayscale: #CECECE. Windows color (decimal): -7802657 or 14676104. OLE color: 14676104.

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

Color convert

RGB 136 240 223 -
CMYK 0.43 0 0.07 0.06
HSL 170.19º 0.78% 0.74% -
HSV(B) 170.19º 0.43% 0.94% -
XYZ 54.63 72.88 81 -
YUV 206.97 137.04 77.38 -
System Red Green Blue C M Y K H S L
Decimal 136 240 223 0.43 0 0.07 0.06 170.19 0.78 0.74
Hex 88 F0 DF 2B 0 7 6 AA 4E 4A
Octal 210 360 337 53 0 7 6 252 116 112
Binary 10001000 11110000 11011111 101011 0 111 110 10101010 1001110 1001010

Color Harmonies of #88F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0DF

Black with #88F0DF

Text Example


Text Example

White with #88F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,240,223); }

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

background-color css

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

 a { background-color: rgb(136,240,223); }

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

border-color css

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

 span { border-color: rgb(136,240,223); }

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