Html Css Color HEX #9AC3C2 Jungle Mist

📋 copy color: '#9AC3C2'

red 154 ◦ green 195 ◦ blue 194

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

Shades of Jungle Mist #9AC3C2

Tints of Jungle Mist #9AC3C2

RGB

 RED value IS 154 (60.55% from 255) = 28.36%

 GREEN value IS 195 (76.56% from 255) = 35.91%

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 28.36%
G = 35.91%
B = 35.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#9AC3C2 (or 0x9AC3C2) is known color: Jungle Mist. HEX triplet: 9A, C3 and C2. RGB value is (154,195,194). Sum of RGB (Red+Green+Blue) = 154+195+194=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3C2 is #653C3D. Grayscale: #B6B6B6. Windows color (decimal): -6634558 or 12764058. OLE color: 12764058.

HSL color Cylindrical-coordinate representation of color #9AC3C2: hue angle of 178.54º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3C2 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 195 194 -
CMYK 0.21 0 0.01 0.24
HSL 178.54º 0.25% 0.68% -
HSV(B) 178.54º 0.21% 0.76% -
XYZ 42.58 49.8 58.41 -
YUV 182.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 154 195 194 0.21 0 0.01 0.24 178.54 0.25 0.68
Hex 9A C3 C2 15 0 1 18 B3 19 44
Octal 232 303 302 25 0 1 30 263 31 104
Binary 10011010 11000011 11000010 10101 0 1 11000 10110011 11001 1000100

Color Harmonies of #9AC3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3C2

Black with #9AC3C2

Text Example


Text Example

White with #9AC3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,194); }

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

background-color css

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

 a { background-color: rgb(154,195,194); }

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

border-color css

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

 span { border-color: rgb(154,195,194); }

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