Html Css Color HEX #7BBDA2 Padua

📋 copy color: '#7BBDA2'

red 123 ◦ green 189 ◦ blue 162

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

Shades of Padua #7BBDA2

Tints of Padua #7BBDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 25.95%
G = 39.87%
B = 34.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#7BBDA2 (or 0x7BBDA2) is known color: Padua. HEX triplet: 7B, BD and A2. RGB value is (123,189,162). Sum of RGB (Red+Green+Blue) = 123+189+162=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBDA2 is #84425D. Grayscale: #A6A6A6. Windows color (decimal): -8667742 or 10665339. OLE color: 10665339.

HSL color Cylindrical-coordinate representation of color #7BBDA2: hue angle of 155.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBDA2 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 189 162 -
CMYK 0.35 0 0.14 0.26
HSL 155.45º 0.33% 0.61% -
HSV(B) 155.45º 0.35% 0.74% -
XYZ 32.89 43.21 40.79 -
YUV 166.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 123 189 162 0.35 0 0.14 0.26 155.45 0.33 0.61
Hex 7B BD A2 23 0 E 1A 9B 21 3D
Octal 173 275 242 43 0 16 32 233 41 75
Binary 1111011 10111101 10100010 100011 0 1110 11010 10011011 100001 111101

Color Harmonies of #7BBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDA2

Black with #7BBDA2

Text Example


Text Example

White with #7BBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,189,162); }

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

background-color css

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

 a { background-color: rgb(123,189,162); }

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

border-color css

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

 span { border-color: rgb(123,189,162); }

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