#7CAFAD

Color #7CAFAD Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7CAFAD

Tints of Neptune #7CAFAD

Color information

#7CAFAD (or 0x7CAFAD) is unknown color: approx Neptune. HEX triplet: 7C, AF and AD. RGB value is (124,175,173). Sum of RGB (Red+Green+Blue) = 124+175+173=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFAD is #835052. Grayscale: #9F9F9F. Windows color (decimal): -8605779 or 11382652. OLE color: 11382652.

HSL color Cylindrical-coordinate representation of color #7CAFAD: hue angle of 177.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAFAD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB124175173-
CMYK0.2900.010.31
HSL177.65º24.17%58.63%-
HSV(B)177.65º29.14%68.63%-
XYZ31.1837.9645.22-
YUV159.52135.6102.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=26.27%
G=37.08%
B=36.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751730.2900.010.31177.6524.1758.63
Hex7CAFAD1D011Fb2183b
Octal1742572553501372623073
Binary111110010101111101011011110101111111011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAFAD; }

 p { color: rgb(124,175,173); }

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

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

 a { background-color: rgb(124,175,173); }

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

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

 span { border-color: rgb(124,175,173); }

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