Html Css Color HEX #8CB7A8 Sea Nymph

📋 copy color: '#8CB7A8'

red 140 ◦ green 183 ◦ blue 168

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

Shades of Sea Nymph #8CB7A8

Tints of Sea Nymph #8CB7A8

RGB

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

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

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

R = 28.51%
G = 37.27%
B = 34.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#8CB7A8 (or 0x8CB7A8) is known color: Sea Nymph. HEX triplet: 8C, B7 and A8. RGB value is (140,183,168). Sum of RGB (Red+Green+Blue) = 140+183+168=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB7A8 is #734857. Grayscale: #A8A8A8. Windows color (decimal): -7555160 or 11057036. OLE color: 11057036.

HSL color Cylindrical-coordinate representation of color #8CB7A8: hue angle of 159.07º 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 #8CB7A8 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 168 -
CMYK 0.23 0 0.08 0.28
HSL 159.07º 0.23% 0.63% -
HSV(B) 159.07º 0.23% 0.72% -
XYZ 34.82 42.27 43.37 -
YUV 168.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 140 183 168 0.23 0 0.08 0.28 159.07 0.23 0.63
Hex 8C B7 A8 17 0 8 1C 9F 17 3F
Octal 214 267 250 27 0 10 34 237 27 77
Binary 10001100 10110111 10101000 10111 0 1000 11100 10011111 10111 111111

Color Harmonies of #8CB7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB7A8

Black with #8CB7A8

Text Example


Text Example

White with #8CB7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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