Html Css Color HEX #7DBAA2 Sea Nymph

📋 copy color: '#7DBAA2'

red 125 ◦ green 186 ◦ blue 162

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

Shades of Sea Nymph #7DBAA2

Tints of Sea Nymph #7DBAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

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

R = 26.43%
G = 39.32%
B = 34.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#7DBAA2 (or 0x7DBAA2) is known color: Sea Nymph. HEX triplet: 7D, BA and A2. RGB value is (125,186,162). Sum of RGB (Red+Green+Blue) = 125+186+162=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA2 is #82455D. Grayscale: #A5A5A5. Windows color (decimal): -8537438 or 10664573. OLE color: 10664573.

HSL color Cylindrical-coordinate representation of color #7DBAA2: hue angle of 156.39º 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 #7DBAA2 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 162 -
CMYK 0.33 0 0.13 0.27
HSL 156.39º 0.31% 0.61% -
HSV(B) 156.39º 0.33% 0.73% -
XYZ 32.54 42.09 40.59 -
YUV 165.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 125 186 162 0.33 0 0.13 0.27 156.39 0.31 0.61
Hex 7D BA A2 21 0 D 1B 9C 1F 3D
Octal 175 272 242 41 0 15 33 234 37 75
Binary 1111101 10111010 10100010 100001 0 1101 11011 10011100 11111 111101

Color Harmonies of #7DBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAA2

Black with #7DBAA2

Text Example


Text Example

White with #7DBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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