Html Css Color HEX #ACD9C4 Jet Stream

📋 copy color: '#ACD9C4'

red 172 ◦ green 217 ◦ blue 196

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

Shades of Jet Stream #ACD9C4

Tints of Jet Stream #ACD9C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 29.4%
G = 37.09%
B = 33.5%

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

#ACD9C4 (or 0xACD9C4) is known color: Jet Stream. HEX triplet: AC, D9 and C4. RGB value is (172,217,196). Sum of RGB (Red+Green+Blue) = 172+217+196=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C4 is #53263B. Grayscale: #C9C9C9. Windows color (decimal): -5449276 or 12900780. OLE color: 12900780.

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

Color convert

RGB 172 217 196 -
CMYK 0.21 0 0.10 0.15
HSL 152º 0.37% 0.76% -
HSV(B) 152º 0.21% 0.85% -
XYZ 51.79 62.38 61.54 -
YUV 201.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 172 217 196 0.21 0 0.10 0.15 152 0.37 0.76
Hex AC D9 C4 15 0 A F 98 25 4C
Octal 254 331 304 25 0 12 17 230 45 114
Binary 10101100 11011001 11000100 10101 0 1010 1111 10011000 100101 1001100

Color Harmonies of #ACD9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9C4

Black with #ACD9C4

Text Example


Text Example

White with #ACD9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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