Html Css Color HEX #ACD2C3 Jet Stream

📋 copy color: '#ACD2C3'

red 172 ◦ green 210 ◦ blue 195

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

Shades of Jet Stream #ACD2C3

Tints of Jet Stream #ACD2C3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.4%

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

R = 29.81%
G = 36.4%
B = 33.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#ACD2C3 (or 0xACD2C3) is known color: Jet Stream. HEX triplet: AC, D2 and C3. RGB value is (172,210,195). Sum of RGB (Red+Green+Blue) = 172+210+195=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2C3 is #532D3C. Grayscale: #C4C4C4. Windows color (decimal): -5451069 or 12833452. OLE color: 12833452.

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

Color convert

RGB 172 210 195 -
CMYK 0.18 0 0.07 0.18
HSL 156.32º 0.3% 0.75% -
HSV(B) 156.32º 0.18% 0.82% -
XYZ 49.91 58.8 60.35 -
YUV 196.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 172 210 195 0.18 0 0.07 0.18 156.32 0.3 0.75
Hex AC D2 C3 12 0 7 12 9C 1E 4B
Octal 254 322 303 22 0 7 22 234 36 113
Binary 10101100 11010010 11000011 10010 0 111 10010 10011100 11110 1001011

Color Harmonies of #ACD2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2C3

Black with #ACD2C3

Text Example


Text Example

White with #ACD2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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