Html Css Color HEX #8ACAA0 Summer Green

📋 copy color: '#8ACAA0'

red 138 ◦ green 202 ◦ blue 160

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

Shades of Summer Green #8ACAA0

Tints of Summer Green #8ACAA0

RGB

 RED value IS 138 (54.3% from 255) = 27.6%

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 27.6%
G = 40.4%
B = 32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#8ACAA0 (or 0x8ACAA0) is known color: Summer Green. HEX triplet: 8A, CA and A0. RGB value is (138,202,160). Sum of RGB (Red+Green+Blue) = 138+202+160=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAA0 is #75355F. Grayscale: #B2B2B2. Windows color (decimal): -7681376 or 10537610. OLE color: 10537610.

HSL color Cylindrical-coordinate representation of color #8ACAA0: hue angle of 140.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACAA0 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 160 -
CMYK 0.32 0 0.21 0.21
HSL 140.63º 0.38% 0.67% -
HSV(B) 140.63º 0.32% 0.79% -
XYZ 37.95 50.18 40.94 -
YUV 178.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 138 202 160 0.32 0 0.21 0.21 140.63 0.38 0.67
Hex 8A CA A0 20 0 15 15 8D 26 43
Octal 212 312 240 40 0 25 25 215 46 103
Binary 10001010 11001010 10100000 100000 0 10101 10101 10001101 100110 1000011

Color Harmonies of #8ACAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACAA0

Black with #8ACAA0

Text Example


Text Example

White with #8ACAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,160); }

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

background-color css

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

 a { background-color: rgb(138,202,160); }

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

border-color css

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

 span { border-color: rgb(138,202,160); }

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