Html Css Color HEX #7FCAA3 Padua

📋 copy color: '#7FCAA3'

red 127 ◦ green 202 ◦ blue 163

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

Shades of Padua #7FCAA3

Tints of Padua #7FCAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

 BLUE value IS 163 (64.06% from 255) = 33.13%

R = 25.81%
G = 41.06%
B = 33.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#7FCAA3 (or 0x7FCAA3) is known color: Padua. HEX triplet: 7F, CA and A3. RGB value is (127,202,163). Sum of RGB (Red+Green+Blue) = 127+202+163=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAA3 is #80355C. Grayscale: #AFAFAF. Windows color (decimal): -8402269 or 10734207. OLE color: 10734207.

HSL color Cylindrical-coordinate representation of color #7FCAA3: hue angle of 148.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAA3 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 163 -
CMYK 0.37 0 0.19 0.21
HSL 148.8º 0.41% 0.65% -
HSV(B) 148.8º 0.37% 0.79% -
XYZ 36.48 49.4 42.26 -
YUV 175.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 127 202 163 0.37 0 0.19 0.21 148.8 0.41 0.65
Hex 7F CA A3 25 0 13 15 95 29 41
Octal 177 312 243 45 0 23 25 225 51 101
Binary 1111111 11001010 10100011 100101 0 10011 10101 10010101 101001 1000001

Color Harmonies of #7FCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAA3

Black with #7FCAA3

Text Example


Text Example

White with #7FCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,163); }

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

background-color css

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

 a { background-color: rgb(127,202,163); }

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

border-color css

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

 span { border-color: rgb(127,202,163); }

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