Html Css Color HEX #7DABAA Neptune

📋 copy color: '#7DABAA'

red 125 ◦ green 171 ◦ blue 170

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

Shades of Neptune #7DABAA

Tints of Neptune #7DABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 26.82%
G = 36.7%
B = 36.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7DABAA (or 0x7DABAA) is known color: Neptune. HEX triplet: 7D, AB and AA. RGB value is (125,171,170). Sum of RGB (Red+Green+Blue) = 125+171+170=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAA is #825455. Grayscale: #9D9D9D. Windows color (decimal): -8541270 or 11185021. OLE color: 11185021.

HSL color Cylindrical-coordinate representation of color #7DABAA: hue angle of 178.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DABAA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 170 -
CMYK 0.27 0 0.01 0.33
HSL 178.7º 0.21% 0.58% -
HSV(B) 178.7º 0.27% 0.67% -
XYZ 30.28 36.39 43.46 -
YUV 157.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 125 171 170 0.27 0 0.01 0.33 178.7 0.21 0.58
Hex 7D AB AA 1B 0 1 21 B3 15 3A
Octal 175 253 252 33 0 1 41 263 25 72
Binary 1111101 10101011 10101010 11011 0 1 100001 10110011 10101 111010

Color Harmonies of #7DABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABAA

Black with #7DABAA

Text Example


Text Example

White with #7DABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,170); }

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

background-color css

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

 a { background-color: rgb(125,171,170); }

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

border-color css

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

 span { border-color: rgb(125,171,170); }

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