Html Css Color HEX #8CAF9E Summer Green

📋 copy color: '#8CAF9E'

red 140 ◦ green 175 ◦ blue 158

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

Shades of Summer Green #8CAF9E

Tints of Summer Green #8CAF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 29.6%
G = 37%
B = 33.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#8CAF9E (or 0x8CAF9E) is known color: Summer Green. HEX triplet: 8C, AF and 9E. RGB value is (140,175,158). Sum of RGB (Red+Green+Blue) = 140+175+158=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF9E is #735061. Grayscale: #A2A2A2. Windows color (decimal): -7557218 or 10399628. OLE color: 10399628.

HSL color Cylindrical-coordinate representation of color #8CAF9E: hue angle of 150.86º 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 #8CAF9E is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 158 -
CMYK 0.2 0 0.10 0.31
HSL 150.86º 0.18% 0.62% -
HSV(B) 150.86º 0.2% 0.69% -
XYZ 32.32 38.7 38.12 -
YUV 162.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 140 175 158 0.2 0 0.10 0.31 150.86 0.18 0.62
Hex 8C AF 9E 14 0 A 1F 97 12 3E
Octal 214 257 236 24 0 12 37 227 22 76
Binary 10001100 10101111 10011110 10100 0 1010 11111 10010111 10010 111110

Color Harmonies of #8CAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF9E

Black with #8CAF9E

Text Example


Text Example

White with #8CAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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