Html Css Color HEX #ACDAC3 Jet Stream

📋 copy color: '#ACDAC3'

red 172 ◦ green 218 ◦ blue 195

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

Shades of Jet Stream #ACDAC3

Tints of Jet Stream #ACDAC3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

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

R = 29.4%
G = 37.26%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ACDAC3 (or 0xACDAC3) is known color: Jet Stream. HEX triplet: AC, DA and C3. RGB value is (172,218,195). Sum of RGB (Red+Green+Blue) = 172+218+195=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC3 is #53253C. Grayscale: #C9C9C9. Windows color (decimal): -5449021 or 12835500. OLE color: 12835500.

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

Color convert

RGB 172 218 195 -
CMYK 0.21 0 0.11 0.15
HSL 150º 0.38% 0.76% -
HSV(B) 150º 0.21% 0.85% -
XYZ 51.93 62.85 61.02 -
YUV 201.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 172 218 195 0.21 0 0.11 0.15 150 0.38 0.76
Hex AC DA C3 15 0 B F 96 26 4C
Octal 254 332 303 25 0 13 17 226 46 114
Binary 10101100 11011010 11000011 10101 0 1011 1111 10010110 100110 1001100

Color Harmonies of #ACDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAC3

Black with #ACDAC3

Text Example


Text Example

White with #ACDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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