Html Css Color HEX #94BEA9 Skeptic

📋 copy color: '#94BEA9'

red 148 ◦ green 190 ◦ blue 169

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

Shades of Skeptic #94BEA9

Tints of Skeptic #94BEA9

RGB

 RED value IS 148 (58.2% from 255) = 29.19%

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

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

R = 29.19%
G = 37.48%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#94BEA9 (or 0x94BEA9) is known color: Skeptic. HEX triplet: 94, BE and A9. RGB value is (148,190,169). Sum of RGB (Red+Green+Blue) = 148+190+169=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEA9 is #6B4156. Grayscale: #AFAFAF. Windows color (decimal): -7029079 or 11124372. OLE color: 11124372.

HSL color Cylindrical-coordinate representation of color #94BEA9: hue angle of 150º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEA9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 169 -
CMYK 0.22 0 0.11 0.25
HSL 150º 0.24% 0.66% -
HSV(B) 150º 0.22% 0.75% -
XYZ 37.79 45.99 44.42 -
YUV 175.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 148 190 169 0.22 0 0.11 0.25 150 0.24 0.66
Hex 94 BE A9 16 0 B 19 96 18 42
Octal 224 276 251 26 0 13 31 226 30 102
Binary 10010100 10111110 10101001 10110 0 1011 11001 10010110 11000 1000010

Color Harmonies of #94BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BEA9

Black with #94BEA9

Text Example


Text Example

White with #94BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BEA9; }

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

 H1.HeaderClassName
 {
   color: #94BEA9;
 }
 .AnyTagClassName
 {
   color: #94BEA9;
 }
</style>

background-color css

<style>
 a { background-color: #94BEA9; }

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

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

border-color css

<style>
 span { border-color: #94BEA9; }

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

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