Html Css Color HEX #7CA09C Submarine

📋 copy color: '#7CA09C'

red 124 ◦ green 160 ◦ blue 156

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

Shades of Submarine #7CA09C

Tints of Submarine #7CA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 28.18%
G = 36.36%
B = 35.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#7CA09C (or 0x7CA09C) is known color: Submarine. HEX triplet: 7C, A0 and 9C. RGB value is (124,160,156). Sum of RGB (Red+Green+Blue) = 124+160+156=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA09C is #835F63. Grayscale: #949494. Windows color (decimal): -8609636 or 10264700. OLE color: 10264700.

HSL color Cylindrical-coordinate representation of color #7CA09C: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA09C is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 160 156 -
CMYK 0.22 0 0.02 0.37
HSL 173.33º 0.16% 0.56% -
HSV(B) 173.33º 0.23% 0.63% -
XYZ 26.88 31.83 36.18 -
YUV 148.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 124 160 156 0.22 0 0.02 0.37 173.33 0.16 0.56
Hex 7C A0 9C 16 0 2 25 AD 10 38
Octal 174 240 234 26 0 2 45 255 20 70
Binary 1111100 10100000 10011100 10110 0 10 100101 10101101 10000 111000

Color Harmonies of #7CA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA09C

Black with #7CA09C

Text Example


Text Example

White with #7CA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,156); }

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

background-color css

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

 a { background-color: rgb(124,160,156); }

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

border-color css

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

 span { border-color: rgb(124,160,156); }

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