Html Css Color HEX #8CC0B2 Shadow Green

📋 copy color: '#8CC0B2'

red 140 ◦ green 192 ◦ blue 178

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

Shades of Shadow Green #8CC0B2

Tints of Shadow Green #8CC0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 27.45%
G = 37.65%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#8CC0B2 (or 0x8CC0B2) is known color: Shadow Green. HEX triplet: 8C, C0 and B2. RGB value is (140,192,178). Sum of RGB (Red+Green+Blue) = 140+192+178=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0B2 is #733F4D. Grayscale: #AEAEAE. Windows color (decimal): -7552846 or 11714700. OLE color: 11714700.

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

Color convert

RGB 140 192 178 -
CMYK 0.27 0 0.07 0.25
HSL 163.85º 0.29% 0.65% -
HSV(B) 163.85º 0.27% 0.75% -
XYZ 37.7 46.49 49.11 -
YUV 174.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 140 192 178 0.27 0 0.07 0.25 163.85 0.29 0.65
Hex 8C C0 B2 1B 0 7 19 A4 1D 41
Octal 214 300 262 33 0 7 31 244 35 101
Binary 10001100 11000000 10110010 11011 0 111 11001 10100100 11101 1000001

Color Harmonies of #8CC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0B2

Black with #8CC0B2

Text Example


Text Example

White with #8CC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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