Html Css Color HEX #7DCCA2 Padua

📋 copy color: '#7DCCA2'

red 125 ◦ green 204 ◦ blue 162

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

Shades of Padua #7DCCA2

Tints of Padua #7DCCA2

RGB

 RED value IS 125 (49.22% from 255) = 25.46%

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 25.46%
G = 41.55%
B = 32.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#7DCCA2 (or 0x7DCCA2) is known color: Padua. HEX triplet: 7D, CC and A2. RGB value is (125,204,162). Sum of RGB (Red+Green+Blue) = 125+204+162=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCCA2 is #82335D. Grayscale: #AFAFAF. Windows color (decimal): -8532830 or 10669181. OLE color: 10669181.

HSL color Cylindrical-coordinate representation of color #7DCCA2: hue angle of 148.1º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCA2 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 162 -
CMYK 0.39 0 0.21 0.2
HSL 148.1º 0.44% 0.65% -
HSV(B) 148.1º 0.39% 0.8% -
XYZ 36.57 50.15 41.94 -
YUV 175.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 125 204 162 0.39 0 0.21 0.2 148.1 0.44 0.65
Hex 7D CC A2 27 0 15 14 94 2C 41
Octal 175 314 242 47 0 25 24 224 54 101
Binary 1111101 11001100 10100010 100111 0 10101 10100 10010100 101100 1000001

Color Harmonies of #7DCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCA2

Black with #7DCCA2

Text Example


Text Example

White with #7DCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,162); }

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

background-color css

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

 a { background-color: rgb(125,204,162); }

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

border-color css

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

 span { border-color: rgb(125,204,162); }

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