Html Css Color HEX #8CAF9F Cascade

📋 copy color: '#8CAF9F'

red 140 ◦ green 175 ◦ blue 159

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

Shades of Cascade #8CAF9F

Tints of Cascade #8CAF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 29.54%
G = 36.92%
B = 33.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#8CAF9F (or 0x8CAF9F) is known color: Cascade. HEX triplet: 8C, AF and 9F. RGB value is (140,175,159). Sum of RGB (Red+Green+Blue) = 140+175+159=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF9F is #735060. Grayscale: #A2A2A2. Windows color (decimal): -7557217 or 10465164. OLE color: 10465164.

HSL color Cylindrical-coordinate representation of color #8CAF9F: hue angle of 152.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF9F is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 159 -
CMYK 0.2 0 0.09 0.31
HSL 152.57º 0.18% 0.62% -
HSV(B) 152.57º 0.2% 0.69% -
XYZ 32.4 38.74 38.57 -
YUV 162.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 140 175 159 0.2 0 0.09 0.31 152.57 0.18 0.62
Hex 8C AF 9F 14 0 9 1F 99 12 3E
Octal 214 257 237 24 0 11 37 231 22 76
Binary 10001100 10101111 10011111 10100 0 1001 11111 10011001 10010 111110

Color Harmonies of #8CAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF9F

Black with #8CAF9F

Text Example


Text Example

White with #8CAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,159); }

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

background-color css

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

 a { background-color: rgb(140,175,159); }

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

border-color css

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

 span { border-color: rgb(140,175,159); }

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