Html Css Color HEX #ACD3C4 Jet Stream

📋 copy color: '#ACD3C4'

red 172 ◦ green 211 ◦ blue 196

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

Shades of Jet Stream #ACD3C4

Tints of Jet Stream #ACD3C4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.44%

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

R = 29.71%
G = 36.44%
B = 33.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#ACD3C4 (or 0xACD3C4) is known color: Jet Stream. HEX triplet: AC, D3 and C4. RGB value is (172,211,196). Sum of RGB (Red+Green+Blue) = 172+211+196=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3C4 is #532C3B. Grayscale: #C5C5C5. Windows color (decimal): -5450812 or 12899244. OLE color: 12899244.

HSL color Cylindrical-coordinate representation of color #ACD3C4: hue angle of 156.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3C4 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 196 -
CMYK 0.18 0 0.07 0.17
HSL 156.92º 0.31% 0.75% -
HSV(B) 156.92º 0.18% 0.83% -
XYZ 50.27 59.34 61.03 -
YUV 197.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 172 211 196 0.18 0 0.07 0.17 156.92 0.31 0.75
Hex AC D3 C4 12 0 7 11 9D 1F 4B
Octal 254 323 304 22 0 7 21 235 37 113
Binary 10101100 11010011 11000100 10010 0 111 10001 10011101 11111 1001011

Color Harmonies of #ACD3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3C4

Black with #ACD3C4

Text Example


Text Example

White with #ACD3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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