Html Css Color HEX #ACD8C8 Jet Stream

📋 copy color: '#ACD8C8'

red 172 ◦ green 216 ◦ blue 200

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

Shades of Jet Stream #ACD8C8

Tints of Jet Stream #ACD8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.73%

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 29.25%
G = 36.73%
B = 34.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#ACD8C8 (or 0xACD8C8) is known color: Jet Stream. HEX triplet: AC, D8 and C8. RGB value is (172,216,200). Sum of RGB (Red+Green+Blue) = 172+216+200=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C8 is #532737. Grayscale: #C9C9C9. Windows color (decimal): -5449528 or 13162668. OLE color: 13162668.

HSL color Cylindrical-coordinate representation of color #ACD8C8: hue angle of 158.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C8 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 200 -
CMYK 0.20 0 0.07 0.15
HSL 158.18º 0.36% 0.76% -
HSV(B) 158.18º 0.2% 0.85% -
XYZ 51.99 62.05 63.88 -
YUV 201.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 172 216 200 0.20 0 0.07 0.15 158.18 0.36 0.76
Hex AC D8 C8 14 0 7 F 9E 24 4C
Octal 254 330 310 24 0 7 17 236 44 114
Binary 10101100 11011000 11001000 10100 0 111 1111 10011110 100100 1001100

Color Harmonies of #ACD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8C8

Black with #ACD8C8

Text Example


Text Example

White with #ACD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8C8; }

 p { color: rgb(172,216,200); }

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

background-color css

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

 a { background-color: rgb(172,216,200); }

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

border-color css

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

 span { border-color: rgb(172,216,200); }

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