Html Css Color HEX #7DAEAC Neptune

📋 copy color: '#7DAEAC'

red 125 ◦ green 174 ◦ blue 172

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

Shades of Neptune #7DAEAC

Tints of Neptune #7DAEAC

RGB

 RED value IS 125 (49.22% from 255) = 26.54%

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 26.54%
G = 36.94%
B = 36.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7DAEAC (or 0x7DAEAC) is known color: Neptune. HEX triplet: 7D, AE and AC. RGB value is (125,174,172). Sum of RGB (Red+Green+Blue) = 125+174+172=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAC is #825153. Grayscale: #9F9F9F. Windows color (decimal): -8540500 or 11316861. OLE color: 11316861.

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

Color convert

RGB 125 174 172 -
CMYK 0.28 0 0.01 0.32
HSL 177.55º 0.23% 0.59% -
HSV(B) 177.55º 0.28% 0.68% -
XYZ 31.04 37.61 44.65 -
YUV 159.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 125 174 172 0.28 0 0.01 0.32 177.55 0.23 0.59
Hex 7D AE AC 1C 0 1 20 B2 17 3B
Octal 175 256 254 34 0 1 40 262 27 73
Binary 1111101 10101110 10101100 11100 0 1 100000 10110010 10111 111011

Color Harmonies of #7DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEAC

Black with #7DAEAC

Text Example


Text Example

White with #7DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,172); }

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

background-color css

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

 a { background-color: rgb(125,174,172); }

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

border-color css

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

 span { border-color: rgb(125,174,172); }

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