Html Css Color HEX #7CBF9F Padua

📋 copy color: '#7CBF9F'

red 124 ◦ green 191 ◦ blue 159

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

Shades of Padua #7CBF9F

Tints of Padua #7CBF9F

RGB

 RED value IS 124 (48.83% from 255) = 26.16%

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 26.16%
G = 40.3%
B = 33.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#7CBF9F (or 0x7CBF9F) is known color: Padua. HEX triplet: 7C, BF and 9F. RGB value is (124,191,159). Sum of RGB (Red+Green+Blue) = 124+191+159=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF9F is #834060. Grayscale: #A7A7A7. Windows color (decimal): -8601697 or 10469244. OLE color: 10469244.

HSL color Cylindrical-coordinate representation of color #7CBF9F: hue angle of 151.34º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF9F is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 159 -
CMYK 0.35 0 0.17 0.25
HSL 151.34º 0.34% 0.62% -
HSV(B) 151.34º 0.35% 0.75% -
XYZ 33.2 44.05 39.55 -
YUV 167.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 124 191 159 0.35 0 0.17 0.25 151.34 0.34 0.62
Hex 7C BF 9F 23 0 11 19 97 22 3E
Octal 174 277 237 43 0 21 31 227 42 76
Binary 1111100 10111111 10011111 100011 0 10001 11001 10010111 100010 111110

Color Harmonies of #7CBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF9F

Black with #7CBF9F

Text Example


Text Example

White with #7CBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,159); }

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

background-color css

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

 a { background-color: rgb(124,191,159); }

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

border-color css

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

 span { border-color: rgb(124,191,159); }

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