Html Css Color HEX #7CAB9E Sea Nymph

📋 copy color: '#7CAB9E'

red 124 ◦ green 171 ◦ blue 158

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

Shades of Sea Nymph #7CAB9E

Tints of Sea Nymph #7CAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 27.37%
G = 37.75%
B = 34.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#7CAB9E (or 0x7CAB9E) is known color: Sea Nymph. HEX triplet: 7C, AB and 9E. RGB value is (124,171,158). Sum of RGB (Red+Green+Blue) = 124+171+158=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB9E is #835461. Grayscale: #9B9B9B. Windows color (decimal): -8606818 or 10398588. OLE color: 10398588.

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

Color convert

RGB 124 171 158 -
CMYK 0.27 0 0.08 0.33
HSL 163.4º 0.22% 0.58% -
HSV(B) 163.4º 0.27% 0.67% -
XYZ 29.05 35.88 37.74 -
YUV 155.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 124 171 158 0.27 0 0.08 0.33 163.4 0.22 0.58
Hex 7C AB 9E 1B 0 8 21 A3 16 3A
Octal 174 253 236 33 0 10 41 243 26 72
Binary 1111100 10101011 10011110 11011 0 1000 100001 10100011 10110 111010

Color Harmonies of #7CAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAB9E

Black with #7CAB9E

Text Example


Text Example

White with #7CAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,171,158); }

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

background-color css

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

 a { background-color: rgb(124,171,158); }

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

border-color css

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

 span { border-color: rgb(124,171,158); }

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