Html Css Color HEX #ACD0C6 Jet Stream

📋 copy color: '#ACD0C6'

red 172 ◦ green 208 ◦ blue 198

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

Shades of Jet Stream #ACD0C6

Tints of Jet Stream #ACD0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 29.76%
G = 35.99%
B = 34.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#ACD0C6 (or 0xACD0C6) is known color: Jet Stream. HEX triplet: AC, D0 and C6. RGB value is (172,208,198). Sum of RGB (Red+Green+Blue) = 172+208+198=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C6 is #532F39. Grayscale: #C4C4C4. Windows color (decimal): -5451578 or 13029548. OLE color: 13029548.

HSL color Cylindrical-coordinate representation of color #ACD0C6: hue angle of 163.33º 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 #ACD0C6 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 198 -
CMYK 0.17 0 0.05 0.18
HSL 163.33º 0.28% 0.75% -
HSV(B) 163.33º 0.17% 0.82% -
XYZ 49.76 57.96 61.99 -
YUV 196.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 172 208 198 0.17 0 0.05 0.18 163.33 0.28 0.75
Hex AC D0 C6 11 0 5 12 A3 1C 4B
Octal 254 320 306 21 0 5 22 243 34 113
Binary 10101100 11010000 11000110 10001 0 101 10010 10100011 11100 1001011

Color Harmonies of #ACD0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0C6

Black with #ACD0C6

Text Example


Text Example

White with #ACD0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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