Html Css Color HEX #88BCAD Sea Nymph

📋 copy color: '#88BCAD'

red 136 ◦ green 188 ◦ blue 173

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

Shades of Sea Nymph #88BCAD

Tints of Sea Nymph #88BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 27.36%
G = 37.83%
B = 34.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#88BCAD (or 0x88BCAD) is known color: Sea Nymph. HEX triplet: 88, BC and AD. RGB value is (136,188,173). Sum of RGB (Red+Green+Blue) = 136+188+173=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCAD is #774352. Grayscale: #AAAAAA. Windows color (decimal): -7816019 or 11385992. OLE color: 11385992.

HSL color Cylindrical-coordinate representation of color #88BCAD: hue angle of 162.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BCAD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 173 -
CMYK 0.28 0 0.08 0.26
HSL 162.69º 0.28% 0.64% -
HSV(B) 162.69º 0.28% 0.74% -
XYZ 35.68 44.22 46.19 -
YUV 170.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 136 188 173 0.28 0 0.08 0.26 162.69 0.28 0.64
Hex 88 BC AD 1C 0 8 1A A3 1C 40
Octal 210 274 255 34 0 10 32 243 34 100
Binary 10001000 10111100 10101101 11100 0 1000 11010 10100011 11100 1000000

Color Harmonies of #88BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCAD

Black with #88BCAD

Text Example


Text Example

White with #88BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,173); }

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

background-color css

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

 a { background-color: rgb(136,188,173); }

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

border-color css

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

 span { border-color: rgb(136,188,173); }

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