Html Css Color HEX #7BCC94 Padua

📋 copy color: '#7BCC94'

red 123 ◦ green 204 ◦ blue 148

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

Shades of Padua #7BCC94

Tints of Padua #7BCC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

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

R = 25.89%
G = 42.95%
B = 31.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#7BCC94 (or 0x7BCC94) is known color: Padua. HEX triplet: 7B, CC and 94. RGB value is (123,204,148). Sum of RGB (Red+Green+Blue) = 123+204+148=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC94 is #84336B. Grayscale: #ADADAD. Windows color (decimal): -8663916 or 9751675. OLE color: 9751675.

HSL color Cylindrical-coordinate representation of color #7BCC94: hue angle of 138.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC94 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 148 -
CMYK 0.40 0 0.27 0.2
HSL 138.52º 0.44% 0.64% -
HSV(B) 138.52º 0.4% 0.8% -
XYZ 35.11 49.53 35.73 -
YUV 173.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 123 204 148 0.40 0 0.27 0.2 138.52 0.44 0.64
Hex 7B CC 94 28 0 1B 14 8B 2C 40
Octal 173 314 224 50 0 33 24 213 54 100
Binary 1111011 11001100 10010100 101000 0 11011 10100 10001011 101100 1000000

Color Harmonies of #7BCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC94

Black with #7BCC94

Text Example


Text Example

White with #7BCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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