Html Css Color HEX #88F1DA Aquamarine

📋 copy color: '#88F1DA'

red 136 ◦ green 241 ◦ blue 218

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

Shades of Aquamarine #88F1DA

Tints of Aquamarine #88F1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 22.86%
G = 40.5%
B = 36.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#88F1DA (or 0x88F1DA) is known color: Aquamarine. HEX triplet: 88, F1 and DA. RGB value is (136,241,218). Sum of RGB (Red+Green+Blue) = 136+241+218=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #88F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F1DA is #770E25. Grayscale: #CECECE. Windows color (decimal): -7802406 or 14348680. OLE color: 14348680.

HSL color Cylindrical-coordinate representation of color #88F1DA: hue angle of 166.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F1DA is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 241 218 -
CMYK 0.44 0 0.10 0.05
HSL 166.86º 0.79% 0.74% -
HSV(B) 166.86º 0.44% 0.95% -
XYZ 54.26 73.21 77.6 -
YUV 206.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 136 241 218 0.44 0 0.10 0.05 166.86 0.79 0.74
Hex 88 F1 DA 2C 0 A 5 A7 4F 4A
Octal 210 361 332 54 0 12 5 247 117 112
Binary 10001000 11110001 11011010 101100 0 1010 101 10100111 1001111 1001010

Color Harmonies of #88F1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F1DA

Black with #88F1DA

Text Example


Text Example

White with #88F1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,241,218); }

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

background-color css

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

 a { background-color: rgb(136,241,218); }

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

border-color css

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

 span { border-color: rgb(136,241,218); }

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