Html Css Color HEX #8DBEA7 Skeptic

📋 copy color: '#8DBEA7'

red 141 ◦ green 190 ◦ blue 167

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

Shades of Skeptic #8DBEA7

Tints of Skeptic #8DBEA7

RGB

 RED value IS 141 (55.47% from 255) = 28.31%

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

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 28.31%
G = 38.15%
B = 33.53%

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

#8DBEA7 (or 0x8DBEA7) is known color: Skeptic. HEX triplet: 8D, BE and A7. RGB value is (141,190,167). Sum of RGB (Red+Green+Blue) = 141+190+167=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBEA7 is #724158. Grayscale: #ACACAC. Windows color (decimal): -7487833 or 10993293. OLE color: 10993293.

HSL color Cylindrical-coordinate representation of color #8DBEA7: hue angle of 151.84º degrees, saturation: 0.27, 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 #8DBEA7 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 190 167 -
CMYK 0.26 0 0.12 0.25
HSL 151.84º 0.27% 0.65% -
HSV(B) 151.84º 0.26% 0.75% -
XYZ 36.37 45.28 43.38 -
YUV 172.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 141 190 167 0.26 0 0.12 0.25 151.84 0.27 0.65
Hex 8D BE A7 1A 0 C 19 98 1B 41
Octal 215 276 247 32 0 14 31 230 33 101
Binary 10001101 10111110 10100111 11010 0 1100 11001 10011000 11011 1000001

Color Harmonies of #8DBEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEA7

Black with #8DBEA7

Text Example


Text Example

White with #8DBEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,190,167); }

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

background-color css

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

 a { background-color: rgb(141,190,167); }

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

border-color css

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

 span { border-color: rgb(141,190,167); }

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