Html Css Color HEX #7DB0AE Neptune

📋 copy color: '#7DB0AE'

red 125 ◦ green 176 ◦ blue 174

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

Shades of Neptune #7DB0AE

Tints of Neptune #7DB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 26.32%
G = 37.05%
B = 36.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#7DB0AE (or 0x7DB0AE) is known color: Neptune. HEX triplet: 7D, B0 and AE. RGB value is (125,176,174). Sum of RGB (Red+Green+Blue) = 125+176+174=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB0AE is #824F51. Grayscale: #A0A0A0. Windows color (decimal): -8539986 or 11448445. OLE color: 11448445.

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

Color convert

RGB 125 176 174 -
CMYK 0.29 0 0.01 0.31
HSL 177.65º 0.24% 0.59% -
HSV(B) 177.65º 0.29% 0.69% -
XYZ 31.62 38.47 45.8 -
YUV 160.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 125 176 174 0.29 0 0.01 0.31 177.65 0.24 0.59
Hex 7D B0 AE 1D 0 1 1F B2 18 3B
Octal 175 260 256 35 0 1 37 262 30 73
Binary 1111101 10110000 10101110 11101 0 1 11111 10110010 11000 111011

Color Harmonies of #7DB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB0AE

Black with #7DB0AE

Text Example


Text Example

White with #7DB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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