Html Css Color HEX #7DABA0 Sea Nymph

📋 copy color: '#7DABA0'

red 125 ◦ green 171 ◦ blue 160

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

Shades of Sea Nymph #7DABA0

Tints of Sea Nymph #7DABA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 27.41%
G = 37.5%
B = 35.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#7DABA0 (or 0x7DABA0) is known color: Sea Nymph. HEX triplet: 7D, AB and A0. RGB value is (125,171,160). Sum of RGB (Red+Green+Blue) = 125+171+160=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABA0 is #82545F. Grayscale: #9B9B9B. Windows color (decimal): -8541280 or 10529661. OLE color: 10529661.

HSL color Cylindrical-coordinate representation of color #7DABA0: hue angle of 165.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DABA0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 160 -
CMYK 0.27 0 0.06 0.33
HSL 165.65º 0.21% 0.58% -
HSV(B) 165.65º 0.27% 0.67% -
XYZ 29.37 36.02 38.66 -
YUV 155.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 125 171 160 0.27 0 0.06 0.33 165.65 0.21 0.58
Hex 7D AB A0 1B 0 6 21 A6 15 3A
Octal 175 253 240 33 0 6 41 246 25 72
Binary 1111101 10101011 10100000 11011 0 110 100001 10100110 10101 111010

Color Harmonies of #7DABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABA0

Black with #7DABA0

Text Example


Text Example

White with #7DABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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