Html Css Color HEX #7CAEAF Neptune

📋 copy color: '#7CAEAF'

red 124 ◦ green 174 ◦ blue 175

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

Shades of Neptune #7CAEAF

Tints of Neptune #7CAEAF

RGB

 RED value IS 124 (48.83% from 255) = 26.22%

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 26.22%
G = 36.79%
B = 37%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7CAEAF (or 0x7CAEAF) is known color: Neptune. HEX triplet: 7C, AE and AF. RGB value is (124,174,175). Sum of RGB (Red+Green+Blue) = 124+174+175=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #7CAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAF is #835150. Grayscale: #9F9F9F. Windows color (decimal): -8606033 or 11513468. OLE color: 11513468.

HSL color Cylindrical-coordinate representation of color #7CAEAF: hue angle of 181.18º 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 #7CAEAF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 174 175 -
CMYK 0.29 0.01 0 0.31
HSL 181.18º 0.24% 0.59% -
HSV(B) 181.18º 0.29% 0.69% -
XYZ 31.19 37.65 46.18 -
YUV 159.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 124 174 175 0.29 0.01 0 0.31 181.18 0.24 0.59
Hex 7C AE AF 1D 1 0 1F B5 18 3B
Octal 174 256 257 35 1 0 37 265 30 73
Binary 1111100 10101110 10101111 11101 1 0 11111 10110101 11000 111011

Color Harmonies of #7CAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAEAF

Black with #7CAEAF

Text Example


Text Example

White with #7CAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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