Html Css Color HEX #87BDA8 Sea Nymph

📋 copy color: '#87BDA8'

red 135 ◦ green 189 ◦ blue 168

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

Shades of Sea Nymph #87BDA8

Tints of Sea Nymph #87BDA8

RGB

 RED value IS 135 (53.13% from 255) = 27.44%

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 27.44%
G = 38.41%
B = 34.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#87BDA8 (or 0x87BDA8) is known color: Sea Nymph. HEX triplet: 87, BD and A8. RGB value is (135,189,168). Sum of RGB (Red+Green+Blue) = 135+189+168=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #87BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BDA8 is #784257. Grayscale: #AAAAAA. Windows color (decimal): -7881304 or 11058567. OLE color: 11058567.

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

Color convert

RGB 135 189 168 -
CMYK 0.29 0 0.11 0.26
HSL 156.67º 0.29% 0.64% -
HSV(B) 156.67º 0.29% 0.74% -
XYZ 35.26 44.37 43.75 -
YUV 170.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 135 189 168 0.29 0 0.11 0.26 156.67 0.29 0.64
Hex 87 BD A8 1D 0 B 1A 9D 1D 40
Octal 207 275 250 35 0 13 32 235 35 100
Binary 10000111 10111101 10101000 11101 0 1011 11010 10011101 11101 1000000

Color Harmonies of #87BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87BDA8

Black with #87BDA8

Text Example


Text Example

White with #87BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87BDA8; }

 p { color: rgb(135,189,168); }

 H1.HeaderClassName
 {
   color: #87BDA8;
 }
 .AnyTagClassName
 {
   color: #87BDA8;
 }
</style>

background-color css

<style>
 a { background-color: #87BDA8; }

 a { background-color: rgb(135,189,168); }

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

border-color css

<style>
 span { border-color: #87BDA8; }

 span { border-color: rgb(135,189,168); }

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