Html Css Color HEX #7ACB98 Padua

📋 copy color: '#7ACB98'

red 122 ◦ green 203 ◦ blue 152

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

Shades of Padua #7ACB98

Tints of Padua #7ACB98

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 25.58%
G = 42.56%
B = 31.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#7ACB98 (or 0x7ACB98) is known color: Padua. HEX triplet: 7A, CB and 98. RGB value is (122,203,152). Sum of RGB (Red+Green+Blue) = 122+203+152=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB98 is #853467. Grayscale: #ADADAD. Windows color (decimal): -8729704 or 10013562. OLE color: 10013562.

HSL color Cylindrical-coordinate representation of color #7ACB98: hue angle of 142.22º degrees, saturation: 0.44, 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 #7ACB98 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 152 -
CMYK 0.40 0 0.25 0.20
HSL 142.22º 0.44% 0.64% -
HSV(B) 142.22º 0.4% 0.8% -
XYZ 35.05 49.12 37.34 -
YUV 172.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 122 203 152 0.40 0 0.25 0.20 142.22 0.44 0.64
Hex 7A CB 98 28 0 19 14 8E 2C 40
Octal 172 313 230 50 0 31 24 216 54 100
Binary 1111010 11001011 10011000 101000 0 11001 10100 10001110 101100 1000000

Color Harmonies of #7ACB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB98

Black with #7ACB98

Text Example


Text Example

White with #7ACB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,203,152); }

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

background-color css

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

 a { background-color: rgb(122,203,152); }

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

border-color css

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

 span { border-color: rgb(122,203,152); }

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