Html Css Color HEX #7BCD9B Padua

📋 copy color: '#7BCD9B'

red 123 ◦ green 205 ◦ blue 155

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

Shades of Padua #7BCD9B

Tints of Padua #7BCD9B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 25.47%
G = 42.44%
B = 32.09%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#7BCD9B (or 0x7BCD9B) is known color: Padua. HEX triplet: 7B, CD and 9B. RGB value is (123,205,155). Sum of RGB (Red+Green+Blue) = 123+205+155=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD9B is #843264. Grayscale: #AEAEAE. Windows color (decimal): -8663653 or 10210683. OLE color: 10210683.

HSL color Cylindrical-coordinate representation of color #7BCD9B: hue angle of 143.41º degrees, saturation: 0.45, 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 #7BCD9B is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 155 -
CMYK 0.4 0 0.24 0.20
HSL 143.41º 0.45% 0.64% -
HSV(B) 143.41º 0.4% 0.8% -
XYZ 35.92 50.24 38.81 -
YUV 174.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 123 205 155 0.4 0 0.24 0.20 143.41 0.45 0.64
Hex 7B CD 9B 28 0 18 14 8F 2D 40
Octal 173 315 233 50 0 30 24 217 55 100
Binary 1111011 11001101 10011011 101000 0 11000 10100 10001111 101101 1000000

Color Harmonies of #7BCD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD9B

Black with #7BCD9B

Text Example


Text Example

White with #7BCD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,155); }

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

background-color css

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

 a { background-color: rgb(123,205,155); }

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

border-color css

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

 span { border-color: rgb(123,205,155); }

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