Html Css Color HEX #9DBEA9 Skeptic

📋 copy color: '#9DBEA9'

red 157 ◦ green 190 ◦ blue 169

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

Shades of Skeptic #9DBEA9

Tints of Skeptic #9DBEA9

RGB

 RED value IS 157 (61.72% from 255) = 30.43%

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

 BLUE value IS 169 (66.41% from 255) = 32.75%

R = 30.43%
G = 36.82%
B = 32.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#9DBEA9 (or 0x9DBEA9) is known color: Skeptic. HEX triplet: 9D, BE and A9. RGB value is (157,190,169). Sum of RGB (Red+Green+Blue) = 157+190+169=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEA9 is #624156. Grayscale: #B1B1B1. Windows color (decimal): -6439255 or 11124381. OLE color: 11124381.

HSL color Cylindrical-coordinate representation of color #9DBEA9: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEA9 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 169 -
CMYK 0.17 0 0.11 0.25
HSL 141.82º 0.2% 0.68% -
HSV(B) 141.82º 0.17% 0.75% -
XYZ 39.48 46.86 44.5 -
YUV 177.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 157 190 169 0.17 0 0.11 0.25 141.82 0.2 0.68
Hex 9D BE A9 11 0 B 19 8E 14 44
Octal 235 276 251 21 0 13 31 216 24 104
Binary 10011101 10111110 10101001 10001 0 1011 11001 10001110 10100 1000100

Color Harmonies of #9DBEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBEA9

Black with #9DBEA9

Text Example


Text Example

White with #9DBEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBEA9; }

 p { color: rgb(157,190,169); }

 H1.HeaderClassName
 {
   color: #9DBEA9;
 }
 .AnyTagClassName
 {
   color: #9DBEA9;
 }
</style>

background-color css

<style>
 a { background-color: #9DBEA9; }

 a { background-color: rgb(157,190,169); }

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

border-color css

<style>
 span { border-color: #9DBEA9; }

 span { border-color: rgb(157,190,169); }

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