Html Css Color HEX #ACDAC5 Jet Stream

📋 copy color: '#ACDAC5'

red 172 ◦ green 218 ◦ blue 197

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

Shades of Jet Stream #ACDAC5

Tints of Jet Stream #ACDAC5

RGB

 RED value IS 172 (67.58% from 255) = 29.3%

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 29.3%
G = 37.14%
B = 33.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#ACDAC5 (or 0xACDAC5) is known color: Jet Stream. HEX triplet: AC, DA and C5. RGB value is (172,218,197). Sum of RGB (Red+Green+Blue) = 172+218+197=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC5 is #53253A. Grayscale: #C9C9C9. Windows color (decimal): -5449019 or 12966572. OLE color: 12966572.

HSL color Cylindrical-coordinate representation of color #ACDAC5: hue angle of 152.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAC5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 197 -
CMYK 0.21 0 0.10 0.15
HSL 152.61º 0.38% 0.76% -
HSV(B) 152.61º 0.21% 0.85% -
XYZ 52.16 62.94 62.22 -
YUV 201.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 172 218 197 0.21 0 0.10 0.15 152.61 0.38 0.76
Hex AC DA C5 15 0 A F 99 26 4C
Octal 254 332 305 25 0 12 17 231 46 114
Binary 10101100 11011010 11000101 10101 0 1010 1111 10011001 100110 1001100

Color Harmonies of #ACDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAC5

Black with #ACDAC5

Text Example


Text Example

White with #ACDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAC5; }

 p { color: rgb(172,218,197); }

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

background-color css

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

 a { background-color: rgb(172,218,197); }

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

border-color css

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

 span { border-color: rgb(172,218,197); }

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