Html Css Color HEX #8CBBAB Sea Nymph

📋 copy color: '#8CBBAB'

red 140 ◦ green 187 ◦ blue 171

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

Shades of Sea Nymph #8CBBAB

Tints of Sea Nymph #8CBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.55%

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

R = 28.11%
G = 37.55%
B = 34.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#8CBBAB (or 0x8CBBAB) is known color: Sea Nymph. HEX triplet: 8C, BB and AB. RGB value is (140,187,171). Sum of RGB (Red+Green+Blue) = 140+187+171=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBAB is #734454. Grayscale: #ABABAB. Windows color (decimal): -7554133 or 11254668. OLE color: 11254668.

HSL color Cylindrical-coordinate representation of color #8CBBAB: hue angle of 159.57º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBBAB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 187 171 -
CMYK 0.25 0 0.09 0.27
HSL 159.57º 0.26% 0.64% -
HSV(B) 159.57º 0.25% 0.73% -
XYZ 35.94 44.06 45.14 -
YUV 171.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 140 187 171 0.25 0 0.09 0.27 159.57 0.26 0.64
Hex 8C BB AB 19 0 9 1B A0 1A 40
Octal 214 273 253 31 0 11 33 240 32 100
Binary 10001100 10111011 10101011 11001 0 1001 11011 10100000 11010 1000000

Color Harmonies of #8CBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBAB

Black with #8CBBAB

Text Example


Text Example

White with #8CBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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