Html Css Color HEX #ACD3C5 Jet Stream

📋 copy color: '#ACD3C5'

red 172 ◦ green 211 ◦ blue 197

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

Shades of Jet Stream #ACD3C5

Tints of Jet Stream #ACD3C5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

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

R = 29.66%
G = 36.38%
B = 33.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#ACD3C5 (or 0xACD3C5) is known color: Jet Stream. HEX triplet: AC, D3 and C5. RGB value is (172,211,197). Sum of RGB (Red+Green+Blue) = 172+211+197=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3C5 is #532C3A. Grayscale: #C5C5C5. Windows color (decimal): -5450811 or 12964780. OLE color: 12964780.

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

Color convert

RGB 172 211 197 -
CMYK 0.18 0 0.07 0.17
HSL 158.46º 0.31% 0.75% -
HSV(B) 158.46º 0.18% 0.83% -
XYZ 50.39 59.39 61.63 -
YUV 197.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 172 211 197 0.18 0 0.07 0.17 158.46 0.31 0.75
Hex AC D3 C5 12 0 7 11 9E 1F 4B
Octal 254 323 305 22 0 7 21 236 37 113
Binary 10101100 11010011 11000101 10010 0 111 10001 10011110 11111 1001011

Color Harmonies of #ACD3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3C5

Black with #ACD3C5

Text Example


Text Example

White with #ACD3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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