Html Css Color HEX #ACD9C5 Jet Stream

📋 copy color: '#ACD9C5'

red 172 ◦ green 217 ◦ blue 197

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

Shades of Jet Stream #ACD9C5

Tints of Jet Stream #ACD9C5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

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

R = 29.35%
G = 37.03%
B = 33.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#ACD9C5 (or 0xACD9C5) is known color: Jet Stream. HEX triplet: AC, D9 and C5. RGB value is (172,217,197). Sum of RGB (Red+Green+Blue) = 172+217+197=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C5 is #53263A. Grayscale: #C9C9C9. Windows color (decimal): -5449275 or 12966316. OLE color: 12966316.

HSL color Cylindrical-coordinate representation of color #ACD9C5: hue angle of 153.33º degrees, saturation: 0.37, 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 #ACD9C5 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 197 -
CMYK 0.21 0 0.09 0.15
HSL 153.33º 0.37% 0.76% -
HSV(B) 153.33º 0.21% 0.85% -
XYZ 51.9 62.43 62.14 -
YUV 201.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 172 217 197 0.21 0 0.09 0.15 153.33 0.37 0.76
Hex AC D9 C5 15 0 9 F 99 25 4C
Octal 254 331 305 25 0 11 17 231 45 114
Binary 10101100 11011001 11000101 10101 0 1001 1111 10011001 100101 1001100

Color Harmonies of #ACD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9C5

Black with #ACD9C5

Text Example


Text Example

White with #ACD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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