Html Css Color HEX #8CC0BB Shadow Green

📋 copy color: '#8CC0BB'

red 140 ◦ green 192 ◦ blue 187

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

Shades of Shadow Green #8CC0BB

Tints of Shadow Green #8CC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 26.97%
G = 36.99%
B = 36.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#8CC0BB (or 0x8CC0BB) is known color: Shadow Green. HEX triplet: 8C, C0 and BB. RGB value is (140,192,187). Sum of RGB (Red+Green+Blue) = 140+192+187=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0BB is #733F44. Grayscale: #AFAFAF. Windows color (decimal): -7552837 or 12304524. OLE color: 12304524.

HSL color Cylindrical-coordinate representation of color #8CC0BB: hue angle of 174.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0BB is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 187 -
CMYK 0.27 0 0.03 0.25
HSL 174.23º 0.29% 0.65% -
HSV(B) 174.23º 0.27% 0.75% -
XYZ 38.63 46.86 54.02 -
YUV 175.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 140 192 187 0.27 0 0.03 0.25 174.23 0.29 0.65
Hex 8C C0 BB 1B 0 3 19 AE 1D 41
Octal 214 300 273 33 0 3 31 256 35 101
Binary 10001100 11000000 10111011 11011 0 11 11001 10101110 11101 1000001

Color Harmonies of #8CC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0BB

Black with #8CC0BB

Text Example


Text Example

White with #8CC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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