Html Css Color HEX #88AFA2 Sea Nymph

📋 copy color: '#88AFA2'

red 136 ◦ green 175 ◦ blue 162

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

Shades of Sea Nymph #88AFA2

Tints of Sea Nymph #88AFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 28.75%
G = 37%
B = 34.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#88AFA2 (or 0x88AFA2) is known color: Sea Nymph. HEX triplet: 88, AF and A2. RGB value is (136,175,162). Sum of RGB (Red+Green+Blue) = 136+175+162=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #88AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AFA2 is #77505D. Grayscale: #A1A1A1. Windows color (decimal): -7819358 or 10661768. OLE color: 10661768.

HSL color Cylindrical-coordinate representation of color #88AFA2: hue angle of 160º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 175 162 -
CMYK 0.22 0 0.07 0.31
HSL 160º 0.2% 0.61% -
HSV(B) 160º 0.22% 0.69% -
XYZ 32 38.5 39.93 -
YUV 161.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 136 175 162 0.22 0 0.07 0.31 160 0.2 0.61
Hex 88 AF A2 16 0 7 1F A0 14 3D
Octal 210 257 242 26 0 7 37 240 24 75
Binary 10001000 10101111 10100010 10110 0 111 11111 10100000 10100 111101

Color Harmonies of #88AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFA2

Black with #88AFA2

Text Example


Text Example

White with #88AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,162); }

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

background-color css

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

 a { background-color: rgb(136,175,162); }

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

border-color css

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

 span { border-color: rgb(136,175,162); }

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