Html Css Color HEX #7FCC9B Padua

📋 copy color: '#7FCC9B'

red 127 ◦ green 204 ◦ blue 155

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

Shades of Padua #7FCC9B

Tints of Padua #7FCC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 26.13%
G = 41.98%
B = 31.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#7FCC9B (or 0x7FCC9B) is known color: Padua. HEX triplet: 7F, CC and 9B. RGB value is (127,204,155). Sum of RGB (Red+Green+Blue) = 127+204+155=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC9B is #803364. Grayscale: #AFAFAF. Windows color (decimal): -8401765 or 10210431. OLE color: 10210431.

HSL color Cylindrical-coordinate representation of color #7FCC9B: hue angle of 141.82º degrees, saturation: 0.43, 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 #7FCC9B is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 155 -
CMYK 0.38 0 0.24 0.2
HSL 141.82º 0.43% 0.65% -
HSV(B) 141.82º 0.38% 0.8% -
XYZ 36.26 50.06 38.76 -
YUV 175.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 127 204 155 0.38 0 0.24 0.2 141.82 0.43 0.65
Hex 7F CC 9B 26 0 18 14 8E 2B 41
Octal 177 314 233 46 0 30 24 216 53 101
Binary 1111111 11001100 10011011 100110 0 11000 10100 10001110 101011 1000001

Color Harmonies of #7FCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC9B

Black with #7FCC9B

Text Example


Text Example

White with #7FCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,204,155); }

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

background-color css

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

 a { background-color: rgb(127,204,155); }

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

border-color css

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

 span { border-color: rgb(127,204,155); }

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