Html Css Color HEX #A6D6C3 Jet Stream

📋 copy color: '#A6D6C3'

red 166 ◦ green 214 ◦ blue 195

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

Shades of Jet Stream #A6D6C3

Tints of Jet Stream #A6D6C3

RGB

 RED value IS 166 (65.23% from 255) = 28.87%

 GREEN value IS 214 (83.98% from 255) = 37.22%

 BLUE value IS 195 (76.56% from 255) = 33.91%

R = 28.87%
G = 37.22%
B = 33.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#A6D6C3 (or 0xA6D6C3) is known color: Jet Stream. HEX triplet: A6, D6 and C3. RGB value is (166,214,195). Sum of RGB (Red+Green+Blue) = 166+214+195=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6C3 is #59293C. Grayscale: #C5C5C5. Windows color (decimal): -5843261 or 12834470. OLE color: 12834470.

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

Color convert

RGB 166 214 195 -
CMYK 0.22 0 0.09 0.16
HSL 156.25º 0.37% 0.75% -
HSV(B) 156.25º 0.22% 0.84% -
XYZ 49.62 60.14 60.62 -
YUV 197.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 166 214 195 0.22 0 0.09 0.16 156.25 0.37 0.75
Hex A6 D6 C3 16 0 9 10 9C 25 4B
Octal 246 326 303 26 0 11 20 234 45 113
Binary 10100110 11010110 11000011 10110 0 1001 10000 10011100 100101 1001011

Color Harmonies of #A6D6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D6C3

Black with #A6D6C3

Text Example


Text Example

White with #A6D6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D6C3; }

 p { color: rgb(166,214,195); }

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

background-color css

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

 a { background-color: rgb(166,214,195); }

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

border-color css

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

 span { border-color: rgb(166,214,195); }

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