Html Css Color HEX #7ABEA1 Padua

📋 copy color: '#7ABEA1'

red 122 ◦ green 190 ◦ blue 161

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

Shades of Padua #7ABEA1

Tints of Padua #7ABEA1

RGB

 RED value IS 122 (48.05% from 255) = 25.79%

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 25.79%
G = 40.17%
B = 34.04%

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

#7ABEA1 (or 0x7ABEA1) is known color: Padua. HEX triplet: 7A, BE and A1. RGB value is (122,190,161). Sum of RGB (Red+Green+Blue) = 122+190+161=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEA1 is #85415E. Grayscale: #A6A6A6. Windows color (decimal): -8733023 or 10600058. OLE color: 10600058.

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

Color convert

RGB 122 190 161 -
CMYK 0.36 0 0.15 0.25
HSL 154.41º 0.34% 0.61% -
HSV(B) 154.41º 0.36% 0.75% -
XYZ 32.87 43.54 40.39 -
YUV 166.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 122 190 161 0.36 0 0.15 0.25 154.41 0.34 0.61
Hex 7A BE A1 24 0 F 19 9A 22 3D
Octal 172 276 241 44 0 17 31 232 42 75
Binary 1111010 10111110 10100001 100100 0 1111 11001 10011010 100010 111101

Color Harmonies of #7ABEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEA1

Black with #7ABEA1

Text Example


Text Example

White with #7ABEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,161); }

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

background-color css

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

 a { background-color: rgb(122,190,161); }

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

border-color css

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

 span { border-color: rgb(122,190,161); }

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