Html Css Color HEX #88A8A5 Sea Nymph

📋 copy color: '#88A8A5'

red 136 ◦ green 168 ◦ blue 165

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

Shades of Sea Nymph #88A8A5

Tints of Sea Nymph #88A8A5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 29%
G = 35.82%
B = 35.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#88A8A5 (or 0x88A8A5) is known color: Sea Nymph. HEX triplet: 88, A8 and A5. RGB value is (136,168,165). Sum of RGB (Red+Green+Blue) = 136+168+165=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 168 - color contains mainly: green. Hex color #88A8A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A8A5 is #77575A. Grayscale: #9E9E9E. Windows color (decimal): -7821147 or 10856584. OLE color: 10856584.

HSL color Cylindrical-coordinate representation of color #88A8A5: hue angle of 174.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A8A5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 168 165 -
CMYK 0.19 0 0.02 0.34
HSL 174.38º 0.16% 0.6% -
HSV(B) 174.38º 0.19% 0.66% -
XYZ 30.95 35.96 40.91 -
YUV 158.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 136 168 165 0.19 0 0.02 0.34 174.38 0.16 0.6
Hex 88 A8 A5 13 0 2 22 AE 10 3C
Octal 210 250 245 23 0 2 42 256 20 74
Binary 10001000 10101000 10100101 10011 0 10 100010 10101110 10000 111100

Color Harmonies of #88A8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8A5

Black with #88A8A5

Text Example


Text Example

White with #88A8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,165); }

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

background-color css

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

 a { background-color: rgb(136,168,165); }

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

border-color css

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

 span { border-color: rgb(136,168,165); }

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