Html Css Color HEX #7DADAC Neptune

📋 copy color: '#7DADAC'

red 125 ◦ green 173 ◦ blue 172

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

Shades of Neptune #7DADAC

Tints of Neptune #7DADAC

RGB

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

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

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

R = 26.6%
G = 36.81%
B = 36.6%

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

#7DADAC (or 0x7DADAC) is known color: Neptune. HEX triplet: 7D, AD and AC. RGB value is (125,173,172). Sum of RGB (Red+Green+Blue) = 125+173+172=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #7DADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAC is #825253. Grayscale: #9E9E9E. Windows color (decimal): -8540756 or 11316605. OLE color: 11316605.

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

Color convert

RGB 125 173 172 -
CMYK 0.28 0 0.01 0.32
HSL 178.75º 0.23% 0.58% -
HSV(B) 178.75º 0.28% 0.68% -
XYZ 30.85 37.23 44.59 -
YUV 158.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 125 173 172 0.28 0 0.01 0.32 178.75 0.23 0.58
Hex 7D AD AC 1C 0 1 20 B3 17 3A
Octal 175 255 254 34 0 1 40 263 27 72
Binary 1111101 10101101 10101100 11100 0 1 100000 10110011 10111 111010

Color Harmonies of #7DADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADAC

Black with #7DADAC

Text Example


Text Example

White with #7DADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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