Html Css Color HEX #7CA09B Submarine

📋 copy color: '#7CA09B'

red 124 ◦ green 160 ◦ blue 155

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

Shades of Submarine #7CA09B

Tints of Submarine #7CA09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 28.25%
G = 36.45%
B = 35.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#7CA09B (or 0x7CA09B) is known color: Submarine. HEX triplet: 7C, A0 and 9B. RGB value is (124,160,155). Sum of RGB (Red+Green+Blue) = 124+160+155=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA09B is #835F64. Grayscale: #949494. Windows color (decimal): -8609637 or 10199164. OLE color: 10199164.

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

Color convert

RGB 124 160 155 -
CMYK 0.22 0 0.03 0.37
HSL 171.67º 0.16% 0.56% -
HSV(B) 171.67º 0.23% 0.63% -
XYZ 26.8 31.79 35.73 -
YUV 148.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 124 160 155 0.22 0 0.03 0.37 171.67 0.16 0.56
Hex 7C A0 9B 16 0 3 25 AC 10 38
Octal 174 240 233 26 0 3 45 254 20 70
Binary 1111100 10100000 10011011 10110 0 11 100101 10101100 10000 111000

Color Harmonies of #7CA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA09B

Black with #7CA09B

Text Example


Text Example

White with #7CA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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