Html Css Color HEX #8CBCAA Sea Nymph

📋 copy color: '#8CBCAA'

red 140 ◦ green 188 ◦ blue 170

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

Shades of Sea Nymph #8CBCAA

Tints of Sea Nymph #8CBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 28.11%
G = 37.75%
B = 34.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#8CBCAA (or 0x8CBCAA) is known color: Sea Nymph. HEX triplet: 8C, BC and AA. RGB value is (140,188,170). Sum of RGB (Red+Green+Blue) = 140+188+170=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAA is #734355. Grayscale: #ABABAB. Windows color (decimal): -7553878 or 11189388. OLE color: 11189388.

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

Color convert

RGB 140 188 170 -
CMYK 0.26 0 0.10 0.26
HSL 157.5º 0.26% 0.64% -
HSV(B) 157.5º 0.26% 0.74% -
XYZ 36.05 44.44 44.71 -
YUV 171.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 140 188 170 0.26 0 0.10 0.26 157.5 0.26 0.64
Hex 8C BC AA 1A 0 A 1A 9E 1A 40
Octal 214 274 252 32 0 12 32 236 32 100
Binary 10001100 10111100 10101010 11010 0 1010 11010 10011110 11010 1000000

Color Harmonies of #8CBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCAA

Black with #8CBCAA

Text Example


Text Example

White with #8CBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,170); }

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

background-color css

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

 a { background-color: rgb(140,188,170); }

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

border-color css

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

 span { border-color: rgb(140,188,170); }

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