Html Css Color HEX #7CA29D Submarine

📋 copy color: '#7CA29D'

red 124 ◦ green 162 ◦ blue 157

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

Shades of Submarine #7CA29D

Tints of Submarine #7CA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.44%

R = 27.99%
G = 36.57%
B = 35.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#7CA29D (or 0x7CA29D) is known color: Submarine. HEX triplet: 7C, A2 and 9D. RGB value is (124,162,157). Sum of RGB (Red+Green+Blue) = 124+162+157=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA29D is #835D62. Grayscale: #969696. Windows color (decimal): -8609123 or 10330748. OLE color: 10330748.

HSL color Cylindrical-coordinate representation of color #7CA29D: hue angle of 172.11º 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 #7CA29D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 157 -
CMYK 0.23 0 0.03 0.36
HSL 172.11º 0.17% 0.56% -
HSV(B) 172.11º 0.23% 0.64% -
XYZ 27.32 32.56 36.74 -
YUV 150.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 124 162 157 0.23 0 0.03 0.36 172.11 0.17 0.56
Hex 7C A2 9D 17 0 3 24 AC 11 38
Octal 174 242 235 27 0 3 44 254 21 70
Binary 1111100 10100010 10011101 10111 0 11 100100 10101100 10001 111000

Color Harmonies of #7CA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA29D

Black with #7CA29D

Text Example


Text Example

White with #7CA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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