Html Css Color HEX #7CCF9E Padua

📋 copy color: '#7CCF9E'

red 124 ◦ green 207 ◦ blue 158

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

Shades of Padua #7CCF9E

Tints of Padua #7CCF9E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 25.36%
G = 42.33%
B = 32.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#7CCF9E (or 0x7CCF9E) is known color: Padua. HEX triplet: 7C, CF and 9E. RGB value is (124,207,158). Sum of RGB (Red+Green+Blue) = 124+207+158=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9E is #833061. Grayscale: #B0B0B0. Windows color (decimal): -8597602 or 10407804. OLE color: 10407804.

HSL color Cylindrical-coordinate representation of color #7CCF9E: hue angle of 144.58º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCF9E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 158 -
CMYK 0.40 0 0.24 0.19
HSL 144.58º 0.46% 0.65% -
HSV(B) 144.58º 0.4% 0.81% -
XYZ 36.8 51.38 40.33 -
YUV 176.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 124 207 158 0.40 0 0.24 0.19 144.58 0.46 0.65
Hex 7C CF 9E 28 0 18 13 91 2E 41
Octal 174 317 236 50 0 30 23 221 56 101
Binary 1111100 11001111 10011110 101000 0 11000 10011 10010001 101110 1000001

Color Harmonies of #7CCF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF9E

Black with #7CCF9E

Text Example


Text Example

White with #7CCF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,207,158); }

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

background-color css

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

 a { background-color: rgb(124,207,158); }

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

border-color css

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

 span { border-color: rgb(124,207,158); }

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