Html Css Color HEX #ACD6C5 Jet Stream

📋 copy color: '#ACD6C5'

red 172 ◦ green 214 ◦ blue 197

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

Shades of Jet Stream #ACD6C5

Tints of Jet Stream #ACD6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 29.5%
G = 36.71%
B = 33.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#ACD6C5 (or 0xACD6C5) is known color: Jet Stream. HEX triplet: AC, D6 and C5. RGB value is (172,214,197). Sum of RGB (Red+Green+Blue) = 172+214+197=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6C5 is #53293A. Grayscale: #C7C7C7. Windows color (decimal): -5450043 or 12965548. OLE color: 12965548.

HSL color Cylindrical-coordinate representation of color #ACD6C5: hue angle of 155.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6C5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 197 -
CMYK 0.20 0 0.08 0.16
HSL 155.71º 0.34% 0.76% -
HSV(B) 155.71º 0.2% 0.84% -
XYZ 51.14 60.9 61.88 -
YUV 199.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 172 214 197 0.20 0 0.08 0.16 155.71 0.34 0.76
Hex AC D6 C5 14 0 8 10 9C 22 4C
Octal 254 326 305 24 0 10 20 234 42 114
Binary 10101100 11010110 11000101 10100 0 1000 10000 10011100 100010 1001100

Color Harmonies of #ACD6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6C5

Black with #ACD6C5

Text Example


Text Example

White with #ACD6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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