Html Css Color HEX #ACD0C4 Jet Stream

📋 copy color: '#ACD0C4'

red 172 ◦ green 208 ◦ blue 196

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

Shades of Jet Stream #ACD0C4

Tints of Jet Stream #ACD0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

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

R = 29.86%
G = 36.11%
B = 34.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#ACD0C4 (or 0xACD0C4) is known color: Jet Stream. HEX triplet: AC, D0 and C4. RGB value is (172,208,196). Sum of RGB (Red+Green+Blue) = 172+208+196=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C4 is #532F3B. Grayscale: #C3C3C3. Windows color (decimal): -5451580 or 12898476. OLE color: 12898476.

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

Color convert

RGB 172 208 196 -
CMYK 0.17 0 0.06 0.18
HSL 160º 0.28% 0.75% -
HSV(B) 160º 0.17% 0.82% -
XYZ 49.53 57.87 60.78 -
YUV 195.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 172 208 196 0.17 0 0.06 0.18 160 0.28 0.75
Hex AC D0 C4 11 0 6 12 A0 1C 4B
Octal 254 320 304 21 0 6 22 240 34 113
Binary 10101100 11010000 11000100 10001 0 110 10010 10100000 11100 1001011

Color Harmonies of #ACD0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0C4

Black with #ACD0C4

Text Example


Text Example

White with #ACD0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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