Html Css Color HEX #7BCA9C Padua

📋 copy color: '#7BCA9C'

red 123 ◦ green 202 ◦ blue 156

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

Shades of Padua #7BCA9C

Tints of Padua #7BCA9C

RGB

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

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

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

R = 25.57%
G = 42%
B = 32.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#7BCA9C (or 0x7BCA9C) is known color: Padua. HEX triplet: 7B, CA and 9C. RGB value is (123,202,156). Sum of RGB (Red+Green+Blue) = 123+202+156=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA9C is #843563. Grayscale: #ADADAD. Windows color (decimal): -8664420 or 10275451. OLE color: 10275451.

HSL color Cylindrical-coordinate representation of color #7BCA9C: hue angle of 145.06º 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 #7BCA9C is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 202 156 -
CMYK 0.39 0 0.23 0.21
HSL 145.06º 0.43% 0.64% -
HSV(B) 145.06º 0.39% 0.79% -
XYZ 35.29 48.85 39.02 -
YUV 173.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 123 202 156 0.39 0 0.23 0.21 145.06 0.43 0.64
Hex 7B CA 9C 27 0 17 15 91 2B 40
Octal 173 312 234 47 0 27 25 221 53 100
Binary 1111011 11001010 10011100 100111 0 10111 10101 10010001 101011 1000000

Color Harmonies of #7BCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCA9C

Black with #7BCA9C

Text Example


Text Example

White with #7BCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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