Html Css Color HEX #7FCDA2 Padua

📋 copy color: '#7FCDA2'

red 127 ◦ green 205 ◦ blue 162

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

Shades of Padua #7FCDA2

Tints of Padua #7FCDA2

RGB

 RED value IS 127 (50% from 255) = 25.71%

 GREEN value IS 205 (80.47% from 255) = 41.5%

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

R = 25.71%
G = 41.5%
B = 32.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#7FCDA2 (or 0x7FCDA2) is known color: Padua. HEX triplet: 7F, CD and A2. RGB value is (127,205,162). Sum of RGB (Red+Green+Blue) = 127+205+162=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDA2 is #80325D. Grayscale: #B0B0B0. Windows color (decimal): -8401502 or 10669439. OLE color: 10669439.

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

Color convert

RGB 127 205 162 -
CMYK 0.38 0 0.21 0.20
HSL 146.92º 0.44% 0.65% -
HSV(B) 146.92º 0.38% 0.8% -
XYZ 37.11 50.78 42.03 -
YUV 176.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 127 205 162 0.38 0 0.21 0.20 146.92 0.44 0.65
Hex 7F CD A2 26 0 15 14 93 2C 41
Octal 177 315 242 46 0 25 24 223 54 101
Binary 1111111 11001101 10100010 100110 0 10101 10100 10010011 101100 1000001

Color Harmonies of #7FCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCDA2

Black with #7FCDA2

Text Example


Text Example

White with #7FCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,162); }

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

background-color css

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

 a { background-color: rgb(127,205,162); }

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

border-color css

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

 span { border-color: rgb(127,205,162); }

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