Html Css Color HEX #ACD5C7 Jet Stream

📋 copy color: '#ACD5C7'

red 172 ◦ green 213 ◦ blue 199

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

Shades of Jet Stream #ACD5C7

Tints of Jet Stream #ACD5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 29.45%
G = 36.47%
B = 34.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#ACD5C7 (or 0xACD5C7) is known color: Jet Stream. HEX triplet: AC, D5 and C7. RGB value is (172,213,199). Sum of RGB (Red+Green+Blue) = 172+213+199=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C7 is #532A38. Grayscale: #C7C7C7. Windows color (decimal): -5450297 or 13096364. OLE color: 13096364.

HSL color Cylindrical-coordinate representation of color #ACD5C7: hue angle of 159.51º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 199 -
CMYK 0.19 0 0.07 0.16
HSL 159.51º 0.33% 0.75% -
HSV(B) 159.51º 0.19% 0.84% -
XYZ 51.12 60.48 63.01 -
YUV 199.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 172 213 199 0.19 0 0.07 0.16 159.51 0.33 0.75
Hex AC D5 C7 13 0 7 10 A0 21 4B
Octal 254 325 307 23 0 7 20 240 41 113
Binary 10101100 11010101 11000111 10011 0 111 10000 10100000 100001 1001011

Color Harmonies of #ACD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5C7

Black with #ACD5C7

Text Example


Text Example

White with #ACD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5C7; }

 p { color: rgb(172,213,199); }

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

background-color css

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

 a { background-color: rgb(172,213,199); }

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

border-color css

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

 span { border-color: rgb(172,213,199); }

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