Html Css Color HEX #7DABAE Neptune

📋 copy color: '#7DABAE'

red 125 ◦ green 171 ◦ blue 174

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

Shades of Neptune #7DABAE

Tints of Neptune #7DABAE

RGB

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

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

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

R = 26.6%
G = 36.38%
B = 37.02%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7DABAE (or 0x7DABAE) is known color: Neptune. HEX triplet: 7D, AB and AE. RGB value is (125,171,174). Sum of RGB (Red+Green+Blue) = 125+171+174=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #7DABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAE is #825451. Grayscale: #9D9D9D. Windows color (decimal): -8541266 or 11447165. OLE color: 11447165.

HSL color Cylindrical-coordinate representation of color #7DABAE: hue angle of 183.67º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DABAE is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 171 174 -
CMYK 0.28 0.02 0 0.32
HSL 183.67º 0.23% 0.59% -
HSV(B) 183.67º 0.28% 0.68% -
XYZ 30.66 36.54 45.48 -
YUV 157.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 125 171 174 0.28 0.02 0 0.32 183.67 0.23 0.59
Hex 7D AB AE 1C 2 0 20 B8 17 3B
Octal 175 253 256 34 2 0 40 270 27 73
Binary 1111101 10101011 10101110 11100 10 0 100000 10111000 10111 111011

Color Harmonies of #7DABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABAE

Black with #7DABAE

Text Example


Text Example

White with #7DABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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