#88BFA6

Color #88BFA6 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #88BFA6

Tints of Sea Nymph #88BFA6

Color information

#88BFA6 (or 0x88BFA6) is unknown color: approx Sea Nymph. HEX triplet: 88, BF and A6. RGB value is (136,191,166). Sum of RGB (Red+Green+Blue) = 136+191+166=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BFA6 is #774059. Grayscale: #ABABAB. Windows color (decimal): -7815258 or 10928008. OLE color: 10928008.

HSL color Cylindrical-coordinate representation of color #88BFA6: hue angle of 152.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFA6 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB136191166-
CMYK0.2900.130.25
HSL152.73º30.05%64.12%-
HSV(B)152.73º28.8%74.9%-
XYZ35.6745.2542.93-
YUV171.7124.78102.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=27.59%
G=38.74%
B=33.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911660.2900.130.25152.7330.0564.12
Hex88BFA61D0D19991e40
Octal210277246350153123136100
Binary10001000101111111010011011101011011100110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88BFA6;
 }
 .AnyTagClassName
 {
   color: #88BFA6;
 }
</style>
background-color css

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

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

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

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

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

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