Html Css Color HEX #ACDBC5 Jet Stream

📋 copy color: '#ACDBC5'

red 172 ◦ green 219 ◦ blue 197

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

Shades of Jet Stream #ACDBC5

Tints of Jet Stream #ACDBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.24%

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

R = 29.25%
G = 37.24%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC5 (or 0xACDBC5) is known color: Jet Stream. HEX triplet: AC, DB and C5. RGB value is (172,219,197). Sum of RGB (Red+Green+Blue) = 172+219+197=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC5 is #53243A. Grayscale: #CACACA. Windows color (decimal): -5448763 or 12966828. OLE color: 12966828.

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

Color convert

RGB 172 219 197 -
CMYK 0.21 0 0.10 0.14
HSL 151.91º 0.39% 0.77% -
HSV(B) 151.91º 0.21% 0.86% -
XYZ 52.42 63.46 62.31 -
YUV 202.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 172 219 197 0.21 0 0.10 0.14 151.91 0.39 0.77
Hex AC DB C5 15 0 A E 98 27 4D
Octal 254 333 305 25 0 12 16 230 47 115
Binary 10101100 11011011 11000101 10101 0 1010 1110 10011000 100111 1001101

Color Harmonies of #ACDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC5

Black with #ACDBC5

Text Example


Text Example

White with #ACDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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