Html Css Color HEX #8CB7AF Sea Nymph

📋 copy color: '#8CB7AF'

red 140 ◦ green 183 ◦ blue 175

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

Shades of Sea Nymph #8CB7AF

Tints of Sea Nymph #8CB7AF

RGB

 RED value IS 140 (55.08% from 255) = 28.11%

 GREEN value IS 183 (71.88% from 255) = 36.75%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 28.11%
G = 36.75%
B = 35.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#8CB7AF (or 0x8CB7AF) is known color: Sea Nymph. HEX triplet: 8C, B7 and AF. RGB value is (140,183,175). Sum of RGB (Red+Green+Blue) = 140+183+175=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB7AF is #734850. Grayscale: #A9A9A9. Windows color (decimal): -7555153 or 11515788. OLE color: 11515788.

HSL color Cylindrical-coordinate representation of color #8CB7AF: hue angle of 168.84º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB7AF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 175 -
CMYK 0.23 0 0.04 0.28
HSL 168.84º 0.23% 0.63% -
HSV(B) 168.84º 0.23% 0.72% -
XYZ 35.49 42.54 46.9 -
YUV 169.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 140 183 175 0.23 0 0.04 0.28 168.84 0.23 0.63
Hex 8C B7 AF 17 0 4 1C A9 17 3F
Octal 214 267 257 27 0 4 34 251 27 77
Binary 10001100 10110111 10101111 10111 0 100 11100 10101001 10111 111111

Color Harmonies of #8CB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB7AF

Black with #8CB7AF

Text Example


Text Example

White with #8CB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB7AF; }

 p { color: rgb(140,183,175); }

 H1.HeaderClassName
 {
   color: #8CB7AF;
 }
 .AnyTagClassName
 {
   color: #8CB7AF;
 }
</style>

background-color css

<style>
 a { background-color: #8CB7AF; }

 a { background-color: rgb(140,183,175); }

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

border-color css

<style>
 span { border-color: #8CB7AF; }

 span { border-color: rgb(140,183,175); }

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