Html Css Color HEX #7CA29F Neptune

📋 copy color: '#7CA29F'

red 124 ◦ green 162 ◦ blue 159

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

Shades of Neptune #7CA29F

Tints of Neptune #7CA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

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

R = 27.87%
G = 36.4%
B = 35.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#7CA29F (or 0x7CA29F) is known color: Neptune. HEX triplet: 7C, A2 and 9F. RGB value is (124,162,159). Sum of RGB (Red+Green+Blue) = 124+162+159=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA29F is #835D60. Grayscale: #969696. Windows color (decimal): -8609121 or 10461820. OLE color: 10461820.

HSL color Cylindrical-coordinate representation of color #7CA29F: hue angle of 175.26º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA29F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 159 -
CMYK 0.23 0 0.02 0.36
HSL 175.26º 0.17% 0.56% -
HSV(B) 175.26º 0.23% 0.64% -
XYZ 27.49 32.63 37.65 -
YUV 150.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 124 162 159 0.23 0 0.02 0.36 175.26 0.17 0.56
Hex 7C A2 9F 17 0 2 24 AF 11 38
Octal 174 242 237 27 0 2 44 257 21 70
Binary 1111100 10100010 10011111 10111 0 10 100100 10101111 10001 111000

Color Harmonies of #7CA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA29F

Black with #7CA29F

Text Example


Text Example

White with #7CA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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