Html Css Color HEX #7CAE9F Sea Nymph

📋 copy color: '#7CAE9F'

red 124 ◦ green 174 ◦ blue 159

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

Shades of Sea Nymph #7CAE9F

Tints of Sea Nymph #7CAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

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

R = 27.13%
G = 38.07%
B = 34.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#7CAE9F (or 0x7CAE9F) is known color: Sea Nymph. HEX triplet: 7C, AE and 9F. RGB value is (124,174,159). Sum of RGB (Red+Green+Blue) = 124+174+159=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE9F is #835160. Grayscale: #9D9D9D. Windows color (decimal): -8606049 or 10464892. OLE color: 10464892.

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

Color convert

RGB 124 174 159 -
CMYK 0.29 0 0.09 0.32
HSL 162º 0.24% 0.58% -
HSV(B) 162º 0.29% 0.68% -
XYZ 29.71 37.06 38.39 -
YUV 157.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 124 174 159 0.29 0 0.09 0.32 162 0.24 0.58
Hex 7C AE 9F 1D 0 9 20 A2 18 3A
Octal 174 256 237 35 0 11 40 242 30 72
Binary 1111100 10101110 10011111 11101 0 1001 100000 10100010 11000 111010

Color Harmonies of #7CAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE9F

Black with #7CAE9F

Text Example


Text Example

White with #7CAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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