Html Css Color HEX #7DB6A1 Sea Nymph

📋 copy color: '#7DB6A1'

red 125 ◦ green 182 ◦ blue 161

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

Shades of Sea Nymph #7DB6A1

Tints of Sea Nymph #7DB6A1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 26.71%
G = 38.89%
B = 34.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#7DB6A1 (or 0x7DB6A1) is known color: Sea Nymph. HEX triplet: 7D, B6 and A1. RGB value is (125,182,161). Sum of RGB (Red+Green+Blue) = 125+182+161=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB6A1 is #82495E. Grayscale: #A2A2A2. Windows color (decimal): -8538463 or 10598013. OLE color: 10598013.

HSL color Cylindrical-coordinate representation of color #7DB6A1: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB6A1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 161 -
CMYK 0.31 0 0.12 0.29
HSL 157.89º 0.28% 0.6% -
HSV(B) 157.89º 0.31% 0.71% -
XYZ 31.62 40.39 39.85 -
YUV 162.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 125 182 161 0.31 0 0.12 0.29 157.89 0.28 0.6
Hex 7D B6 A1 1F 0 C 1D 9E 1C 3C
Octal 175 266 241 37 0 14 35 236 34 74
Binary 1111101 10110110 10100001 11111 0 1100 11101 10011110 11100 111100

Color Harmonies of #7DB6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB6A1

Black with #7DB6A1

Text Example


Text Example

White with #7DB6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,182,161); }

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

background-color css

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

 a { background-color: rgb(125,182,161); }

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

border-color css

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

 span { border-color: rgb(125,182,161); }

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