Html Css Color HEX #7DACAF Neptune

📋 copy color: '#7DACAF'

red 125 ◦ green 172 ◦ blue 175

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

Shades of Neptune #7DACAF

Tints of Neptune #7DACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 26.48%
G = 36.44%
B = 37.08%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7DACAF (or 0x7DACAF) is known color: Neptune. HEX triplet: 7D, AC and AF. RGB value is (125,172,175). Sum of RGB (Red+Green+Blue) = 125+172+175=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAF is #825350. Grayscale: #9E9E9E. Windows color (decimal): -8541009 or 11512957. OLE color: 11512957.

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

Color convert

RGB 125 172 175 -
CMYK 0.29 0.02 0 0.31
HSL 183.6º 0.24% 0.59% -
HSV(B) 183.6º 0.29% 0.69% -
XYZ 30.95 36.96 46.06 -
YUV 158.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 125 172 175 0.29 0.02 0 0.31 183.6 0.24 0.59
Hex 7D AC AF 1D 2 0 1F B8 18 3B
Octal 175 254 257 35 2 0 37 270 30 73
Binary 1111101 10101100 10101111 11101 10 0 11111 10111000 11000 111011

Color Harmonies of #7DACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACAF

Black with #7DACAF

Text Example


Text Example

White with #7DACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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