Html Css Color HEX #88F0D2 Aquamarine

📋 copy color: '#88F0D2'

red 136 ◦ green 240 ◦ blue 210

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

Shades of Aquamarine #88F0D2

Tints of Aquamarine #88F0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 23.21%
G = 40.96%
B = 35.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#88F0D2 (or 0x88F0D2) is known color: Aquamarine. HEX triplet: 88, F0 and D2. RGB value is (136,240,210). Sum of RGB (Red+Green+Blue) = 136+240+210=586 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.21% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0D2 is #770F2D. Grayscale: #CDCDCD. Windows color (decimal): -7802670 or 13824136. OLE color: 13824136.

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

Color convert

RGB 136 240 210 -
CMYK 0.43 0 0.12 0.06
HSL 162.69º 0.78% 0.74% -
HSV(B) 162.69º 0.43% 0.94% -
XYZ 52.95 72.21 72.12 -
YUV 205.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 136 240 210 0.43 0 0.12 0.06 162.69 0.78 0.74
Hex 88 F0 D2 2B 0 C 6 A3 4E 4A
Octal 210 360 322 53 0 14 6 243 116 112
Binary 10001000 11110000 11010010 101011 0 1100 110 10100011 1001110 1001010

Color Harmonies of #88F0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F0D2

Black with #88F0D2

Text Example


Text Example

White with #88F0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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