#AFDAC4

Color #AFDAC4 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AFDAC4

Tints of Jet Stream #AFDAC4

Color information

#AFDAC4 (or 0xAFDAC4) is unknown color: approx Jet Stream. HEX triplet: AF, DA and C4. RGB value is (175,218,196). Sum of RGB (Red+Green+Blue) = 175+218+196=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC4 is #50253B. Grayscale: #CACACA. Windows color (decimal): -5252412 or 12901039. OLE color: 12901039.

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

Color convert

RGB175218196-
CMYK0.2000.100.15
HSL149.3º36.75%77.06%-
HSV(B)149.3º19.72%85.49%-
XYZ52.7163.2461.65-
YUV202.64124.25108.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=29.71%
G=37.01%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181960.2000.100.15149.336.7577.06
HexAFDAC4140AF95254d
Octal257332304240121722545115
Binary10101111110110101100010010100010101111100101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAC4; }

 p { color: rgb(175,218,196); }

 H1.HeaderClassName
 {
   color: #AFDAC4;
 }
 .AnyTagClassName
 {
   color: #AFDAC4;
 }
</style>
background-color css

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

 a { background-color: rgb(175,218,196); }

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

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

 span { border-color: rgb(175,218,196); }

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