Html Css Color HEX #8CBAAB Sea Nymph

📋 copy color: '#8CBAAB'

red 140 ◦ green 186 ◦ blue 171

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

Shades of Sea Nymph #8CBAAB

Tints of Sea Nymph #8CBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 28.17%
G = 37.42%
B = 34.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#8CBAAB (or 0x8CBAAB) is known color: Sea Nymph. HEX triplet: 8C, BA and AB. RGB value is (140,186,171). Sum of RGB (Red+Green+Blue) = 140+186+171=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAAB is #734554. Grayscale: #AAAAAA. Windows color (decimal): -7554389 or 11254412. OLE color: 11254412.

HSL color Cylindrical-coordinate representation of color #8CBAAB: hue angle of 160.43º degrees, saturation: 0.25, 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 #8CBAAB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 171 -
CMYK 0.25 0 0.08 0.27
HSL 160.43º 0.25% 0.64% -
HSV(B) 160.43º 0.25% 0.73% -
XYZ 35.72 43.63 45.07 -
YUV 170.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 140 186 171 0.25 0 0.08 0.27 160.43 0.25 0.64
Hex 8C BA AB 19 0 8 1B A0 19 40
Octal 214 272 253 31 0 10 33 240 31 100
Binary 10001100 10111010 10101011 11001 0 1000 11011 10100000 11001 1000000

Color Harmonies of #8CBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAAB

Black with #8CBAAB

Text Example


Text Example

White with #8CBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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