Html Css Color HEX #7BBFA2 Padua

📋 copy color: '#7BBFA2'

red 123 ◦ green 191 ◦ blue 162

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

Shades of Padua #7BBFA2

Tints of Padua #7BBFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 25.84%
G = 40.13%
B = 34.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#7BBFA2 (or 0x7BBFA2) is known color: Padua. HEX triplet: 7B, BF and A2. RGB value is (123,191,162). Sum of RGB (Red+Green+Blue) = 123+191+162=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBFA2 is #84405D. Grayscale: #A7A7A7. Windows color (decimal): -8667230 or 10665851. OLE color: 10665851.

HSL color Cylindrical-coordinate representation of color #7BBFA2: hue angle of 154.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 191 162 -
CMYK 0.36 0 0.15 0.25
HSL 154.41º 0.35% 0.62% -
HSV(B) 154.41º 0.36% 0.75% -
XYZ 33.32 44.08 40.93 -
YUV 167.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 123 191 162 0.36 0 0.15 0.25 154.41 0.35 0.62
Hex 7B BF A2 24 0 F 19 9A 23 3E
Octal 173 277 242 44 0 17 31 232 43 76
Binary 1111011 10111111 10100010 100100 0 1111 11001 10011010 100011 111110

Color Harmonies of #7BBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFA2

Black with #7BBFA2

Text Example


Text Example

White with #7BBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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