#7DBAA4

Color #7DBAA4 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #7DBAA4

Tints of Sea Nymph #7DBAA4

Color information

#7DBAA4 (or 0x7DBAA4) is unknown color: approx Sea Nymph. HEX triplet: 7D, BA and A4. RGB value is (125,186,164). Sum of RGB (Red+Green+Blue) = 125+186+164=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA4 is #82455B. Grayscale: #A5A5A5. Windows color (decimal): -8537436 or 10795645. OLE color: 10795645.

HSL color Cylindrical-coordinate representation of color #7DBAA4: hue angle of 158.36º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAA4 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB125186164-
CMYK0.3300.120.27
HSL158.36º30.65%60.98%-
HSV(B)158.36º32.8%72.94%-
XYZ32.7242.1641.53-
YUV165.25127.2999.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=26.32%
G=39.16%
B=34.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251861640.3300.120.27158.3630.6560.98
Hex7DBAA4210C1B9e1f3d
Octal17527224441014332363775
Binary1111101101110101010010010000101100110111001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,164); }

 H1.HeaderClassName
 {
   color: #7DBAA4;
 }
 .AnyTagClassName
 {
   color: #7DBAA4;
 }
</style>
background-color css

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

 a { background-color: rgb(125,186,164); }

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

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

 span { border-color: rgb(125,186,164); }

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