Html Css Color HEX #8CBCA2 Summer Green

📋 copy color: '#8CBCA2'

red 140 ◦ green 188 ◦ blue 162

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

Shades of Summer Green #8CBCA2

Tints of Summer Green #8CBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 28.57%
G = 38.37%
B = 33.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#8CBCA2 (or 0x8CBCA2) is known color: Summer Green. HEX triplet: 8C, BC and A2. RGB value is (140,188,162). Sum of RGB (Red+Green+Blue) = 140+188+162=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA2 is #73435D. Grayscale: #AAAAAA. Windows color (decimal): -7553886 or 10665100. OLE color: 10665100.

HSL color Cylindrical-coordinate representation of color #8CBCA2: hue angle of 147.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCA2 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 162 -
CMYK 0.26 0 0.14 0.26
HSL 147.5º 0.26% 0.64% -
HSV(B) 147.5º 0.26% 0.74% -
XYZ 35.32 44.15 40.84 -
YUV 170.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 140 188 162 0.26 0 0.14 0.26 147.5 0.26 0.64
Hex 8C BC A2 1A 0 E 1A 94 1A 40
Octal 214 274 242 32 0 16 32 224 32 100
Binary 10001100 10111100 10100010 11010 0 1110 11010 10010100 11010 1000000

Color Harmonies of #8CBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCA2

Black with #8CBCA2

Text Example


Text Example

White with #8CBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,162); }

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

background-color css

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

 a { background-color: rgb(140,188,162); }

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

border-color css

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

 span { border-color: rgb(140,188,162); }

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