Html Css Color HEX #7CAD9F Sea Nymph

📋 copy color: '#7CAD9F'

red 124 ◦ green 173 ◦ blue 159

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

Shades of Sea Nymph #7CAD9F

Tints of Sea Nymph #7CAD9F

RGB

 RED value IS 124 (48.83% from 255) = 27.19%

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 27.19%
G = 37.94%
B = 34.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#7CAD9F (or 0x7CAD9F) is known color: Sea Nymph. HEX triplet: 7C, AD and 9F. RGB value is (124,173,159). Sum of RGB (Red+Green+Blue) = 124+173+159=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAD9F is #835260. Grayscale: #9C9C9C. Windows color (decimal): -8606305 or 10464636. OLE color: 10464636.

HSL color Cylindrical-coordinate representation of color #7CAD9F: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAD9F is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 173 159 -
CMYK 0.28 0 0.08 0.32
HSL 162.86º 0.23% 0.58% -
HSV(B) 162.86º 0.28% 0.68% -
XYZ 29.51 36.68 38.32 -
YUV 156.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 124 173 159 0.28 0 0.08 0.32 162.86 0.23 0.58
Hex 7C AD 9F 1C 0 8 20 A3 17 3A
Octal 174 255 237 34 0 10 40 243 27 72
Binary 1111100 10101101 10011111 11100 0 1000 100000 10100011 10111 111010

Color Harmonies of #7CAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAD9F

Black with #7CAD9F

Text Example


Text Example

White with #7CAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,159); }

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

background-color css

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

 a { background-color: rgb(124,173,159); }

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

border-color css

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

 span { border-color: rgb(124,173,159); }

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