Html Css Color HEX #88FFCF Aquamarine

📋 copy color: '#88FFCF'

red 136 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #88FFCF

Tints of Aquamarine #88FFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 22.74%
G = 42.64%
B = 34.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#88FFCF (or 0x88FFCF) is known color: Aquamarine. HEX triplet: 88, FF and CF. RGB value is (136,255,207). Sum of RGB (Red+Green+Blue) = 136+255+207=598 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.74% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFCF is #770030. Grayscale: #D6D6D6. Windows color (decimal): -7798833 or 13631368. OLE color: 13631368.

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

Color convert

RGB 136 255 207 -
CMYK 0.47 0 0.19 0
HSL 155.8º 1% 0.77% -
HSV(B) 155.8º 0.47% 1% -
XYZ 57.18 81.26 71.7 -
YUV 213.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 136 255 207 0.47 0 0.19 0 155.8 1 0.77
Hex 88 FF CF 2F 0 13 0 9C 64 4D
Octal 210 377 317 57 0 23 0 234 144 115
Binary 10001000 11111111 11001111 101111 0 10011 0 10011100 1100100 1001101

Color Harmonies of #88FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FFCF

Black with #88FFCF

Text Example


Text Example

White with #88FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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