Html Css Color HEX #8FBCB5 Shadow Green

📋 copy color: '#8FBCB5'

red 143 ◦ green 188 ◦ blue 181

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

Shades of Shadow Green #8FBCB5

Tints of Shadow Green #8FBCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 27.93%
G = 36.72%
B = 35.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#8FBCB5 (or 0x8FBCB5) is known color: Shadow Green. HEX triplet: 8F, BC and B5. RGB value is (143,188,181). Sum of RGB (Red+Green+Blue) = 143+188+181=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCB5 is #70434A. Grayscale: #ADADAD. Windows color (decimal): -7357259 or 11910287. OLE color: 11910287.

HSL color Cylindrical-coordinate representation of color #8FBCB5: hue angle of 170.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 #8FBCB5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 181 -
CMYK 0.24 0 0.04 0.26
HSL 170.67º 0.25% 0.65% -
HSV(B) 170.67º 0.24% 0.74% -
XYZ 37.65 45.14 50.44 -
YUV 173.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 143 188 181 0.24 0 0.04 0.26 170.67 0.25 0.65
Hex 8F BC B5 18 0 4 1A AB 19 41
Octal 217 274 265 30 0 4 32 253 31 101
Binary 10001111 10111100 10110101 11000 0 100 11010 10101011 11001 1000001

Color Harmonies of #8FBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCB5

Black with #8FBCB5

Text Example


Text Example

White with #8FBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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