Html Css Color HEX #8FBCB2 Shadow Green

📋 copy color: '#8FBCB2'

red 143 ◦ green 188 ◦ blue 178

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

Shades of Shadow Green #8FBCB2

Tints of Shadow Green #8FBCB2

RGB

 RED value IS 143 (56.25% from 255) = 28.09%

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

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

R = 28.09%
G = 36.94%
B = 34.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#8FBCB2 (or 0x8FBCB2) is known color: Shadow Green. HEX triplet: 8F, BC and B2. RGB value is (143,188,178). Sum of RGB (Red+Green+Blue) = 143+188+178=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCB2 is #70434D. Grayscale: #ADADAD. Windows color (decimal): -7357262 or 11713679. OLE color: 11713679.

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

Color convert

RGB 143 188 178 -
CMYK 0.24 0 0.05 0.26
HSL 166.67º 0.25% 0.65% -
HSV(B) 166.67º 0.24% 0.74% -
XYZ 37.35 45.02 48.84 -
YUV 173.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 143 188 178 0.24 0 0.05 0.26 166.67 0.25 0.65
Hex 8F BC B2 18 0 5 1A A7 19 41
Octal 217 274 262 30 0 5 32 247 31 101
Binary 10001111 10111100 10110010 11000 0 101 11010 10100111 11001 1000001

Color Harmonies of #8FBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCB2

Black with #8FBCB2

Text Example


Text Example

White with #8FBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,178); }

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

background-color css

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

 a { background-color: rgb(143,188,178); }

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

border-color css

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

 span { border-color: rgb(143,188,178); }

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