#9AC4B0

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

Shades of Skeptic #9AC4B0

Tints of Skeptic #9AC4B0

Color information

#9AC4B0 (or 0x9AC4B0) is unknown color: approx Skeptic. HEX triplet: 9A, C4 and B0. RGB value is (154,196,176). Sum of RGB (Red+Green+Blue) = 154+196+176=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4B0 is #653B4F. Grayscale: #B5B5B5. Windows color (decimal): -6634320 or 11584666. OLE color: 11584666.

HSL color Cylindrical-coordinate representation of color #9AC4B0: hue angle of 151.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC4B0 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB154196176-
CMYK0.2100.100.23
HSL151.43º26.25%68.63%-
HSV(B)151.43º21.43%76.86%-
XYZ40.949.4848.47-
YUV181.16125.09108.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=29.28%
G=37.26%
B=33.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961760.2100.100.23151.4326.2568.63
Hex9AC4B0150A17971a45
Octal232304260250122722732105
Binary10011010110001001011000010101010101011110010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,176); }

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

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

 a { background-color: rgb(154,196,176); }

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

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

 span { border-color: rgb(154,196,176); }

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