Html Css Color HEX #8CB7AB Sea Nymph

📋 copy color: '#8CB7AB'

red 140 ◦ green 183 ◦ blue 171

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

Shades of Sea Nymph #8CB7AB

Tints of Sea Nymph #8CB7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 28.34%
G = 37.04%
B = 34.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#8CB7AB (or 0x8CB7AB) is known color: Sea Nymph. HEX triplet: 8C, B7 and AB. RGB value is (140,183,171). Sum of RGB (Red+Green+Blue) = 140+183+171=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB7AB is #734854. Grayscale: #A8A8A8. Windows color (decimal): -7555157 or 11253644. OLE color: 11253644.

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

Color convert

RGB 140 183 171 -
CMYK 0.23 0 0.07 0.28
HSL 163.26º 0.23% 0.63% -
HSV(B) 163.26º 0.23% 0.72% -
XYZ 35.1 42.38 44.86 -
YUV 168.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 140 183 171 0.23 0 0.07 0.28 163.26 0.23 0.63
Hex 8C B7 AB 17 0 7 1C A3 17 3F
Octal 214 267 253 27 0 7 34 243 27 77
Binary 10001100 10110111 10101011 10111 0 111 11100 10100011 10111 111111

Color Harmonies of #8CB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB7AB

Black with #8CB7AB

Text Example


Text Example

White with #8CB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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