Html Css Color HEX #ACDCC4 Jet Stream

📋 copy color: '#ACDCC4'

red 172 ◦ green 220 ◦ blue 196

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

Shades of Jet Stream #ACDCC4

Tints of Jet Stream #ACDCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

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

R = 29.25%
G = 37.41%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ACDCC4 (or 0xACDCC4) is known color: Jet Stream. HEX triplet: AC, DC and C4. RGB value is (172,220,196). Sum of RGB (Red+Green+Blue) = 172+220+196=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC4 is #53233B. Grayscale: #CACACA. Windows color (decimal): -5448508 or 12901548. OLE color: 12901548.

HSL color Cylindrical-coordinate representation of color #ACDCC4: hue angle of 150º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 196 -
CMYK 0.22 0 0.11 0.14
HSL 150º 0.41% 0.77% -
HSV(B) 150º 0.22% 0.86% -
XYZ 52.57 63.94 61.8 -
YUV 202.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 172 220 196 0.22 0 0.11 0.14 150 0.41 0.77
Hex AC DC C4 16 0 B E 96 29 4D
Octal 254 334 304 26 0 13 16 226 51 115
Binary 10101100 11011100 11000100 10110 0 1011 1110 10010110 101001 1001101

Color Harmonies of #ACDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCC4

Black with #ACDCC4

Text Example


Text Example

White with #ACDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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