#7FCBA2

Color #7FCBA2 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FCBA2

Tints of Padua #7FCBA2

Color information

#7FCBA2 (or 0x7FCBA2) is unknown color: approx Padua. HEX triplet: 7F, CB and A2. RGB value is (127,203,162). Sum of RGB (Red+Green+Blue) = 127+203+162=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCBA2 is #80345D. Grayscale: #AFAFAF. Windows color (decimal): -8402014 or 10668927. OLE color: 10668927.

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

Color convert

RGB127203162-
CMYK0.3700.200.20
HSL147.63º42.22%64.71%-
HSV(B)147.63º37.44%79.61%-
XYZ36.6349.8341.87-
YUV175.6120.3293.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=25.81%
G=41.26%
B=32.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272031620.3700.200.20147.6342.2264.71
Hex7FCBA22501414942a41
Octal177313242450242422452101
Binary1111111110010111010001010010101010010100100101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FCBA2;
 }
 .AnyTagClassName
 {
   color: #7FCBA2;
 }
</style>
background-color css

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

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

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

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

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

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