#94C1AB

Color #94C1AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #94C1AB

Tints of Skeptic #94C1AB

Color information

#94C1AB (or 0x94C1AB) is unknown color: approx Skeptic. HEX triplet: 94, C1 and AB. RGB value is (148,193,171). Sum of RGB (Red+Green+Blue) = 148+193+171=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #94C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C1AB is #6B3E54. Grayscale: #B1B1B1. Windows color (decimal): -7028309 or 11256212. OLE color: 11256212.

HSL color Cylindrical-coordinate representation of color #94C1AB: hue angle of 150.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C1AB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB148193171-
CMYK0.2300.110.24
HSL150.67º26.63%66.86%-
HSV(B)150.67º23.32%75.69%-
XYZ38.6347.3845.64-
YUV177.04124.59107.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=28.91%
G=37.70%
B=33.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931710.2300.110.24150.6726.6366.86
Hex94C1AB170B18971b43
Octal224301253270133022733103
Binary10010100110000011010101110111010111100010010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,171); }

 H1.HeaderClassName
 {
   color: #94C1AB;
 }
 .AnyTagClassName
 {
   color: #94C1AB;
 }
</style>
background-color css

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

 a { background-color: rgb(148,193,171); }

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

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

 span { border-color: rgb(148,193,171); }

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