#68AEAF

Color #68AEAF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #68AEAF

Tints of Fountain Blue #68AEAF

Color information

#68AEAF (or 0x68AEAF) is unknown color: approx Fountain Blue. HEX triplet: 68, AE and AF. RGB value is (104,174,175). Sum of RGB (Red+Green+Blue) = 104+174+175=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #68AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEAF is #975150. Grayscale: #999999. Windows color (decimal): -9916753 or 11513448. OLE color: 11513448.

HSL color Cylindrical-coordinate representation of color #68AEAF: hue angle of 180.85º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AEAF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104174175-
CMYK0.410.0100.31
HSL180.85º30.74%54.71%-
HSV(B)180.85º40.57%68.63%-
XYZ28.5836.3146.06-
YUV153.18140.3192.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=22.96%
G=38.41%
B=38.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041741750.410.0100.31180.8530.7454.71
Hex68AEAF29101Fb51f37
Octal1502562575110372653767
Binary1101000101011101010111110100110111111011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AEAF; }

 p { color: rgb(104,174,175); }

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

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

 a { background-color: rgb(104,174,175); }

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

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

 span { border-color: rgb(104,174,175); }

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