Html Css Color HEX #ACD9C3 Jet Stream

📋 copy color: '#ACD9C3'

red 172 ◦ green 217 ◦ blue 195

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

Shades of Jet Stream #ACD9C3

Tints of Jet Stream #ACD9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.39%

R = 29.45%
G = 37.16%
B = 33.39%

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

#ACD9C3 (or 0xACD9C3) is known color: Jet Stream. HEX triplet: AC, D9 and C3. RGB value is (172,217,195). Sum of RGB (Red+Green+Blue) = 172+217+195=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C3 is #53263C. Grayscale: #C9C9C9. Windows color (decimal): -5449277 or 12835244. OLE color: 12835244.

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

Color convert

RGB 172 217 195 -
CMYK 0.21 0 0.10 0.15
HSL 150.67º 0.37% 0.76% -
HSV(B) 150.67º 0.21% 0.85% -
XYZ 51.68 62.34 60.94 -
YUV 201.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 172 217 195 0.21 0 0.10 0.15 150.67 0.37 0.76
Hex AC D9 C3 15 0 A F 97 25 4C
Octal 254 331 303 25 0 12 17 227 45 114
Binary 10101100 11011001 11000011 10101 0 1010 1111 10010111 100101 1001100

Color Harmonies of #ACD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9C3

Black with #ACD9C3

Text Example


Text Example

White with #ACD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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