Html Css Color HEX #7DB3A2 Sea Nymph

📋 copy color: '#7DB3A2'

red 125 ◦ green 179 ◦ blue 162

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

Shades of Sea Nymph #7DB3A2

Tints of Sea Nymph #7DB3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 26.82%
G = 38.41%
B = 34.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#7DB3A2 (or 0x7DB3A2) is known color: Sea Nymph. HEX triplet: 7D, B3 and A2. RGB value is (125,179,162). Sum of RGB (Red+Green+Blue) = 125+179+162=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB3A2 is #824C5D. Grayscale: #A0A0A0. Windows color (decimal): -8539230 or 10662781. OLE color: 10662781.

HSL color Cylindrical-coordinate representation of color #7DB3A2: hue angle of 161.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB3A2 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 162 -
CMYK 0.30 0 0.09 0.30
HSL 161.11º 0.26% 0.6% -
HSV(B) 161.11º 0.3% 0.7% -
XYZ 31.1 39.21 40.11 -
YUV 160.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 125 179 162 0.30 0 0.09 0.30 161.11 0.26 0.6
Hex 7D B3 A2 1E 0 9 1E A1 1A 3C
Octal 175 263 242 36 0 11 36 241 32 74
Binary 1111101 10110011 10100010 11110 0 1001 11110 10100001 11010 111100

Color Harmonies of #7DB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB3A2

Black with #7DB3A2

Text Example


Text Example

White with #7DB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,162); }

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

background-color css

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

 a { background-color: rgb(125,179,162); }

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

border-color css

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

 span { border-color: rgb(125,179,162); }

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