Html Css Color HEX #88BFA6 Sea Nymph

📋 copy color: '#88BFA6'

red 136 ◦ green 191 ◦ blue 166

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

Shades of Sea Nymph #88BFA6

Tints of Sea Nymph #88BFA6

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 value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#88BFA6 (or 0x88BFA6) is known color: 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

RGB 136 191 166 -
CMYK 0.29 0 0.13 0.25
HSL 152.73º 0.3% 0.64% -
HSV(B) 152.73º 0.29% 0.75% -
XYZ 35.67 45.25 42.93 -
YUV 171.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 136 191 166 0.29 0 0.13 0.25 152.73 0.3 0.64
Hex 88 BF A6 1D 0 D 19 99 1E 40
Octal 210 277 246 35 0 15 31 231 36 100
Binary 10001000 10111111 10100110 11101 0 1101 11001 10011001 11110 1000000

Color Harmonies of #88BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFA6

Black with #88BFA6

Text Example


Text Example

White with #88BFA6

Text Example


Text Example

HTML Codes & Css Web 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>