Html Css Color HEX #7DADAF Neptune

📋 copy color: '#7DADAF'

red 125 ◦ green 173 ◦ blue 175

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

Shades of Neptune #7DADAF

Tints of Neptune #7DADAF

RGB

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

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

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

R = 26.43%
G = 36.58%
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

#7DADAF (or 0x7DADAF) is known color: Neptune. HEX triplet: 7D, AD and AF. RGB value is (125,173,175). Sum of RGB (Red+Green+Blue) = 125+173+175=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 173 (67.97% from 255 or 36.58% 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 #7DADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAF is #825250. Grayscale: #9E9E9E. Windows color (decimal): -8540753 or 11513213. OLE color: 11513213.

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

Color convert

RGB 125 173 175 -
CMYK 0.29 0.01 0 0.31
HSL 182.4º 0.24% 0.59% -
HSV(B) 182.4º 0.29% 0.69% -
XYZ 31.14 37.34 46.12 -
YUV 158.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 125 173 175 0.29 0.01 0 0.31 182.4 0.24 0.59
Hex 7D AD AF 1D 1 0 1F B6 18 3B
Octal 175 255 257 35 1 0 37 266 30 73
Binary 1111101 10101101 10101111 11101 1 0 11111 10110110 11000 111011

Color Harmonies of #7DADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADAF

Black with #7DADAF

Text Example


Text Example

White with #7DADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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