Html Css Color HEX #7CBA98 Padua

📋 copy color: '#7CBA98'

red 124 ◦ green 186 ◦ blue 152

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

Shades of Padua #7CBA98

Tints of Padua #7CBA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 26.84%
G = 40.26%
B = 32.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#7CBA98 (or 0x7CBA98) is known color: Padua. HEX triplet: 7C, BA and 98. RGB value is (124,186,152). Sum of RGB (Red+Green+Blue) = 124+186+152=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBA98 is #834567. Grayscale: #A3A3A3. Windows color (decimal): -8602984 or 10009212. OLE color: 10009212.

HSL color Cylindrical-coordinate representation of color #7CBA98: hue angle of 147.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBA98 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 152 -
CMYK 0.33 0 0.18 0.27
HSL 147.1º 0.31% 0.61% -
HSV(B) 147.1º 0.33% 0.73% -
XYZ 31.54 41.67 36.09 -
YUV 163.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 124 186 152 0.33 0 0.18 0.27 147.1 0.31 0.61
Hex 7C BA 98 21 0 12 1B 93 1F 3D
Octal 174 272 230 41 0 22 33 223 37 75
Binary 1111100 10111010 10011000 100001 0 10010 11011 10010011 11111 111101

Color Harmonies of #7CBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA98

Black with #7CBA98

Text Example


Text Example

White with #7CBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,152); }

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

background-color css

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

 a { background-color: rgb(124,186,152); }

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

border-color css

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

 span { border-color: rgb(124,186,152); }

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