Html Css Color HEX #7FBD9C Padua

📋 copy color: '#7FBD9C'

red 127 ◦ green 189 ◦ blue 156

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

Shades of Padua #7FBD9C

Tints of Padua #7FBD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 26.91%
G = 40.04%
B = 33.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#7FBD9C (or 0x7FBD9C) is known color: Padua. HEX triplet: 7F, BD and 9C. RGB value is (127,189,156). Sum of RGB (Red+Green+Blue) = 127+189+156=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD9C is #804263. Grayscale: #A6A6A6. Windows color (decimal): -8405604 or 10272127. OLE color: 10272127.

HSL color Cylindrical-coordinate representation of color #7FBD9C: hue angle of 148.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD9C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 156 -
CMYK 0.33 0 0.17 0.26
HSL 148.06º 0.32% 0.62% -
HSV(B) 148.06º 0.33% 0.74% -
XYZ 32.95 43.31 38.07 -
YUV 166.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 127 189 156 0.33 0 0.17 0.26 148.06 0.32 0.62
Hex 7F BD 9C 21 0 11 1A 94 20 3E
Octal 177 275 234 41 0 21 32 224 40 76
Binary 1111111 10111101 10011100 100001 0 10001 11010 10010100 100000 111110

Color Harmonies of #7FBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD9C

Black with #7FBD9C

Text Example


Text Example

White with #7FBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,156); }

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

background-color css

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

 a { background-color: rgb(127,189,156); }

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

border-color css

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

 span { border-color: rgb(127,189,156); }

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