Html Css Color HEX #88AEA0 Sea Nymph

📋 copy color: '#88AEA0'

red 136 ◦ green 174 ◦ blue 160

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

Shades of Sea Nymph #88AEA0

Tints of Sea Nymph #88AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 28.94%
G = 37.02%
B = 34.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#88AEA0 (or 0x88AEA0) is known color: Sea Nymph. HEX triplet: 88, AE and A0. RGB value is (136,174,160). Sum of RGB (Red+Green+Blue) = 136+174+160=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #88AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AEA0 is #77515F. Grayscale: #A1A1A1. Windows color (decimal): -7819616 or 10530440. OLE color: 10530440.

HSL color Cylindrical-coordinate representation of color #88AEA0: hue angle of 157.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AEA0 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 174 160 -
CMYK 0.22 0 0.08 0.32
HSL 157.89º 0.19% 0.61% -
HSV(B) 157.89º 0.22% 0.68% -
XYZ 31.63 38.04 38.93 -
YUV 161.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 136 174 160 0.22 0 0.08 0.32 157.89 0.19 0.61
Hex 88 AE A0 16 0 8 20 9E 13 3D
Octal 210 256 240 26 0 10 40 236 23 75
Binary 10001000 10101110 10100000 10110 0 1000 100000 10011110 10011 111101

Color Harmonies of #88AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AEA0

Black with #88AEA0

Text Example


Text Example

White with #88AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,174,160); }

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

background-color css

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

 a { background-color: rgb(136,174,160); }

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

border-color css

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

 span { border-color: rgb(136,174,160); }

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