Html Css Color HEX #8CBEA8 Skeptic

📋 copy color: '#8CBEA8'

red 140 ◦ green 190 ◦ blue 168

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

Shades of Skeptic #8CBEA8

Tints of Skeptic #8CBEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 28.11%
G = 38.15%
B = 33.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#8CBEA8 (or 0x8CBEA8) is known color: Skeptic. HEX triplet: 8C, BE and A8. RGB value is (140,190,168). Sum of RGB (Red+Green+Blue) = 140+190+168=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEA8 is #734157. Grayscale: #ACACAC. Windows color (decimal): -7553368 or 11058828. OLE color: 11058828.

HSL color Cylindrical-coordinate representation of color #8CBEA8: hue angle of 153.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBEA8 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 168 -
CMYK 0.26 0 0.12 0.25
HSL 153.6º 0.28% 0.65% -
HSV(B) 153.6º 0.26% 0.75% -
XYZ 36.3 45.23 43.86 -
YUV 172.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 140 190 168 0.26 0 0.12 0.25 153.6 0.28 0.65
Hex 8C BE A8 1A 0 C 19 9A 1C 41
Octal 214 276 250 32 0 14 31 232 34 101
Binary 10001100 10111110 10101000 11010 0 1100 11001 10011010 11100 1000001

Color Harmonies of #8CBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBEA8

Black with #8CBEA8

Text Example


Text Example

White with #8CBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,168); }

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

background-color css

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

 a { background-color: rgb(140,190,168); }

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

border-color css

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

 span { border-color: rgb(140,190,168); }

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