Html Css Color HEX #88FFCA Aquamarine

📋 copy color: '#88FFCA'

red 136 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #88FFCA

Tints of Aquamarine #88FFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 22.93%
G = 43%
B = 34.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#88FFCA (or 0x88FFCA) is known color: Aquamarine. HEX triplet: 88, FF and CA. RGB value is (136,255,202). Sum of RGB (Red+Green+Blue) = 136+255+202=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFCA is #770035. Grayscale: #D5D5D5. Windows color (decimal): -7798838 or 13303688. OLE color: 13303688.

HSL color Cylindrical-coordinate representation of color #88FFCA: hue angle of 153.28º 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 #88FFCA is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 136 255 202 -
CMYK 0.47 0 0.21 0
HSL 153.28º 1% 0.77% -
HSV(B) 153.28º 0.47% 1% -
XYZ 56.57 81.02 68.53 -
YUV 213.38 121.58 72.81 -
System Red Green Blue C M Y K H S L
Decimal 136 255 202 0.47 0 0.21 0 153.28 1 0.77
Hex 88 FF CA 2F 0 15 0 99 64 4D
Octal 210 377 312 57 0 25 0 231 144 115
Binary 10001000 11111111 11001010 101111 0 10101 0 10011001 1100100 1001101

Color Harmonies of #88FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFCA

Black with #88FFCA

Text Example


Text Example

White with #88FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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