Html Css Color HEX #ACD9C8 Jet Stream

📋 copy color: '#ACD9C8'

red 172 ◦ green 217 ◦ blue 200

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

Shades of Jet Stream #ACD9C8

Tints of Jet Stream #ACD9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 29.2%
G = 36.84%
B = 33.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#ACD9C8 (or 0xACD9C8) is known color: Jet Stream. HEX triplet: AC, D9 and C8. RGB value is (172,217,200). Sum of RGB (Red+Green+Blue) = 172+217+200=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C8 is #532637. Grayscale: #C9C9C9. Windows color (decimal): -5449272 or 13162924. OLE color: 13162924.

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

Color convert

RGB 172 217 200 -
CMYK 0.21 0 0.08 0.15
HSL 157.33º 0.37% 0.76% -
HSV(B) 157.33º 0.21% 0.85% -
XYZ 52.25 62.57 63.97 -
YUV 201.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 172 217 200 0.21 0 0.08 0.15 157.33 0.37 0.76
Hex AC D9 C8 15 0 8 F 9D 25 4C
Octal 254 331 310 25 0 10 17 235 45 114
Binary 10101100 11011001 11001000 10101 0 1000 1111 10011101 100101 1001100

Color Harmonies of #ACD9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9C8

Black with #ACD9C8

Text Example


Text Example

White with #ACD9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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