Html Css Color HEX #A5C4CA Jungle Mist

📋 copy color: '#A5C4CA'

red 165 ◦ green 196 ◦ blue 202

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

Shades of Jungle Mist #A5C4CA

Tints of Jungle Mist #A5C4CA

RGB

 RED value IS 165 (64.84% from 255) = 29.31%

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 29.31%
G = 34.81%
B = 35.88%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5C4CA (or 0xA5C4CA) is known color: Jungle Mist. HEX triplet: A5, C4 and CA. RGB value is (165,196,202). Sum of RGB (Red+Green+Blue) = 165+196+202=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4CA is #5A3B35. Grayscale: #BBBBBB. Windows color (decimal): -5913398 or 13288613. OLE color: 13288613.

HSL color Cylindrical-coordinate representation of color #A5C4CA: hue angle of 189.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C4CA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 196 202 -
CMYK 0.18 0.03 0 0.21
HSL 189.73º 0.26% 0.72% -
HSV(B) 189.73º 0.18% 0.79% -
XYZ 45.92 51.74 63.44 -
YUV 187.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 165 196 202 0.18 0.03 0 0.21 189.73 0.26 0.72
Hex A5 C4 CA 12 3 0 15 BE 1A 48
Octal 245 304 312 22 3 0 25 276 32 110
Binary 10100101 11000100 11001010 10010 11 0 10101 10111110 11010 1001000

Color Harmonies of #A5C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4CA

Black with #A5C4CA

Text Example


Text Example

White with #A5C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4CA; }

 p { color: rgb(165,196,202); }

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

background-color css

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

 a { background-color: rgb(165,196,202); }

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

border-color css

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

 span { border-color: rgb(165,196,202); }

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