Html Css Color HEX #ACDBC4 Jet Stream

📋 copy color: '#ACDBC4'

red 172 ◦ green 219 ◦ blue 196

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

Shades of Jet Stream #ACDBC4

Tints of Jet Stream #ACDBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.39%

R = 29.3%
G = 37.31%
B = 33.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC4 (or 0xACDBC4) is known color: Jet Stream. HEX triplet: AC, DB and C4. RGB value is (172,219,196). Sum of RGB (Red+Green+Blue) = 172+219+196=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC4 is #53243B. Grayscale: #CACACA. Windows color (decimal): -5448764 or 12901292. OLE color: 12901292.

HSL color Cylindrical-coordinate representation of color #ACDBC4: hue angle of 150.64º 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 #ACDBC4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 196 -
CMYK 0.21 0 0.11 0.14
HSL 150.64º 0.39% 0.77% -
HSV(B) 150.64º 0.21% 0.86% -
XYZ 52.31 63.42 61.71 -
YUV 202.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 172 219 196 0.21 0 0.11 0.14 150.64 0.39 0.77
Hex AC DB C4 15 0 B E 97 27 4D
Octal 254 333 304 25 0 13 16 227 47 115
Binary 10101100 11011011 11000100 10101 0 1011 1110 10010111 100111 1001101

Color Harmonies of #ACDBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC4

Black with #ACDBC4

Text Example


Text Example

White with #ACDBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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