Html Css Color HEX #88B2A6 Sea Nymph

📋 copy color: '#88B2A6'

red 136 ◦ green 178 ◦ blue 166

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

Shades of Sea Nymph #88B2A6

Tints of Sea Nymph #88B2A6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 28.33%
G = 37.08%
B = 34.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#88B2A6 (or 0x88B2A6) is known color: Sea Nymph. HEX triplet: 88, B2 and A6. RGB value is (136,178,166). Sum of RGB (Red+Green+Blue) = 136+178+166=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #88B2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B2A6 is #774D59. Grayscale: #A4A4A4. Windows color (decimal): -7818586 or 10924680. OLE color: 10924680.

HSL color Cylindrical-coordinate representation of color #88B2A6: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B2A6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 178 166 -
CMYK 0.24 0 0.07 0.30
HSL 162.86º 0.21% 0.62% -
HSV(B) 162.86º 0.24% 0.7% -
XYZ 32.96 39.83 42.03 -
YUV 164.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 136 178 166 0.24 0 0.07 0.30 162.86 0.21 0.62
Hex 88 B2 A6 18 0 7 1E A3 15 3E
Octal 210 262 246 30 0 7 36 243 25 76
Binary 10001000 10110010 10100110 11000 0 111 11110 10100011 10101 111110

Color Harmonies of #88B2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B2A6

Black with #88B2A6

Text Example


Text Example

White with #88B2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,178,166); }

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

background-color css

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

 a { background-color: rgb(136,178,166); }

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

border-color css

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

 span { border-color: rgb(136,178,166); }

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