Html Css Color HEX #8CAF9A Summer Green

📋 copy color: '#8CAF9A'

red 140 ◦ green 175 ◦ blue 154

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

Shades of Summer Green #8CAF9A

Tints of Summer Green #8CAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 29.85%
G = 37.31%
B = 32.84%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#8CAF9A (or 0x8CAF9A) is known color: Summer Green. HEX triplet: 8C, AF and 9A. RGB value is (140,175,154). Sum of RGB (Red+Green+Blue) = 140+175+154=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF9A is #735065. Grayscale: #A2A2A2. Windows color (decimal): -7557222 or 10137484. OLE color: 10137484.

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

Color convert

RGB 140 175 154 -
CMYK 0.2 0 0.12 0.31
HSL 144º 0.18% 0.62% -
HSV(B) 144º 0.2% 0.69% -
XYZ 31.98 38.57 36.33 -
YUV 162.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 140 175 154 0.2 0 0.12 0.31 144 0.18 0.62
Hex 8C AF 9A 14 0 C 1F 90 12 3E
Octal 214 257 232 24 0 14 37 220 22 76
Binary 10001100 10101111 10011010 10100 0 1100 11111 10010000 10010 111110

Color Harmonies of #8CAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF9A

Black with #8CAF9A

Text Example


Text Example

White with #8CAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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