Html Css Color HEX #7BCA94 Padua

📋 copy color: '#7BCA94'

red 123 ◦ green 202 ◦ blue 148

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

Shades of Padua #7BCA94

Tints of Padua #7BCA94

RGB

 RED value IS 123 (48.44% from 255) = 26%

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 26%
G = 42.71%
B = 31.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#7BCA94 (or 0x7BCA94) is known color: Padua. HEX triplet: 7B, CA and 94. RGB value is (123,202,148). Sum of RGB (Red+Green+Blue) = 123+202+148=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA94 is #84356B. Grayscale: #ACACAC. Windows color (decimal): -8664428 or 9751163. OLE color: 9751163.

HSL color Cylindrical-coordinate representation of color #7BCA94: hue angle of 138.99º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCA94 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 202 148 -
CMYK 0.39 0 0.27 0.21
HSL 138.99º 0.43% 0.64% -
HSV(B) 138.99º 0.39% 0.79% -
XYZ 34.63 48.59 35.57 -
YUV 172.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 123 202 148 0.39 0 0.27 0.21 138.99 0.43 0.64
Hex 7B CA 94 27 0 1B 15 8B 2B 40
Octal 173 312 224 47 0 33 25 213 53 100
Binary 1111011 11001010 10010100 100111 0 11011 10101 10001011 101011 1000000

Color Harmonies of #7BCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCA94

Black with #7BCA94

Text Example


Text Example

White with #7BCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,202,148); }

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

background-color css

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

 a { background-color: rgb(123,202,148); }

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

border-color css

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

 span { border-color: rgb(123,202,148); }

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