Html Css Color HEX #ACD0C5 Jet Stream

📋 copy color: '#ACD0C5'

red 172 ◦ green 208 ◦ blue 197

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

Shades of Jet Stream #ACD0C5

Tints of Jet Stream #ACD0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 29.81%
G = 36.05%
B = 34.14%

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

#ACD0C5 (or 0xACD0C5) is known color: Jet Stream. HEX triplet: AC, D0 and C5. RGB value is (172,208,197). Sum of RGB (Red+Green+Blue) = 172+208+197=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C5 is #532F3A. Grayscale: #C3C3C3. Windows color (decimal): -5451579 or 12964012. OLE color: 12964012.

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

Color convert

RGB 172 208 197 -
CMYK 0.17 0 0.05 0.18
HSL 161.67º 0.28% 0.75% -
HSV(B) 161.67º 0.17% 0.82% -
XYZ 49.65 57.91 61.39 -
YUV 195.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 172 208 197 0.17 0 0.05 0.18 161.67 0.28 0.75
Hex AC D0 C5 11 0 5 12 A2 1C 4B
Octal 254 320 305 21 0 5 22 242 34 113
Binary 10101100 11010000 11000101 10001 0 101 10010 10100010 11100 1001011

Color Harmonies of #ACD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0C5

Black with #ACD0C5

Text Example


Text Example

White with #ACD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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