Html Css Color HEX #A8D4C2 Jet Stream

📋 copy color: '#A8D4C2'

red 168 ◦ green 212 ◦ blue 194

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

Shades of Jet Stream #A8D4C2

Tints of Jet Stream #A8D4C2

RGB

 RED value IS 168 (66.02% from 255) = 29.27%

 GREEN value IS 212 (83.2% from 255) = 36.93%

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 29.27%
G = 36.93%
B = 33.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#A8D4C2 (or 0xA8D4C2) is known color: Jet Stream. HEX triplet: A8, D4 and C2. RGB value is (168,212,194). Sum of RGB (Red+Green+Blue) = 168+212+194=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4C2 is #572B3D. Grayscale: #C4C4C4. Windows color (decimal): -5712702 or 12768424. OLE color: 12768424.

HSL color Cylindrical-coordinate representation of color #A8D4C2: hue angle of 155.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4C2 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 194 -
CMYK 0.21 0 0.08 0.17
HSL 155.45º 0.34% 0.75% -
HSV(B) 155.45º 0.21% 0.83% -
XYZ 49.43 59.31 59.88 -
YUV 196.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 168 212 194 0.21 0 0.08 0.17 155.45 0.34 0.75
Hex A8 D4 C2 15 0 8 11 9B 22 4B
Octal 250 324 302 25 0 10 21 233 42 113
Binary 10101000 11010100 11000010 10101 0 1000 10001 10011011 100010 1001011

Color Harmonies of #A8D4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4C2

Black with #A8D4C2

Text Example


Text Example

White with #A8D4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4C2; }

 p { color: rgb(168,212,194); }

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

background-color css

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

 a { background-color: rgb(168,212,194); }

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

border-color css

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

 span { border-color: rgb(168,212,194); }

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