Html Css Color HEX #9ABFC0 Jungle Mist

📋 copy color: '#9ABFC0'

red 154 ◦ green 191 ◦ blue 192

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

Shades of Jungle Mist #9ABFC0

Tints of Jungle Mist #9ABFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 35.57%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 28.68%
G = 35.57%
B = 35.75%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9ABFC0 (or 0x9ABFC0) is known color: Jungle Mist. HEX triplet: 9A, BF and C0. RGB value is (154,191,192). Sum of RGB (Red+Green+Blue) = 154+191+192=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9ABFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC0 is #65403F. Grayscale: #B4B4B4. Windows color (decimal): -6635584 or 12631962. OLE color: 12631962.

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

Color convert

RGB 154 191 192 -
CMYK 0.20 0.01 0 0.25
HSL 181.58º 0.23% 0.68% -
HSV(B) 181.58º 0.2% 0.75% -
XYZ 41.47 47.94 56.94 -
YUV 180.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 154 191 192 0.20 0.01 0 0.25 181.58 0.23 0.68
Hex 9A BF C0 14 1 0 19 B6 17 44
Octal 232 277 300 24 1 0 31 266 27 104
Binary 10011010 10111111 11000000 10100 1 0 11001 10110110 10111 1000100

Color Harmonies of #9ABFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFC0

Black with #9ABFC0

Text Example


Text Example

White with #9ABFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,192); }

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

background-color css

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

 a { background-color: rgb(154,191,192); }

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

border-color css

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

 span { border-color: rgb(154,191,192); }

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