Html Css Color HEX #7CADAA Neptune

📋 copy color: '#7CADAA'

red 124 ◦ green 173 ◦ blue 170

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

Shades of Neptune #7CADAA

Tints of Neptune #7CADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 26.55%
G = 37.04%
B = 36.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7CADAA (or 0x7CADAA) is known color: Neptune. HEX triplet: 7C, AD and AA. RGB value is (124,173,170). Sum of RGB (Red+Green+Blue) = 124+173+170=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #7CADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CADAA is #835255. Grayscale: #9D9D9D. Windows color (decimal): -8606294 or 11185532. OLE color: 11185532.

HSL color Cylindrical-coordinate representation of color #7CADAA: hue angle of 176.33º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CADAA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 173 170 -
CMYK 0.28 0 0.02 0.32
HSL 176.33º 0.23% 0.58% -
HSV(B) 176.33º 0.28% 0.68% -
XYZ 30.51 37.07 43.58 -
YUV 158.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 124 173 170 0.28 0 0.02 0.32 176.33 0.23 0.58
Hex 7C AD AA 1C 0 2 20 B0 17 3A
Octal 174 255 252 34 0 2 40 260 27 72
Binary 1111100 10101101 10101010 11100 0 10 100000 10110000 10111 111010

Color Harmonies of #7CADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADAA

Black with #7CADAA

Text Example


Text Example

White with #7CADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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