Html Css Color HEX #3C847F Paradiso

📋 copy color: '#3C847F'

red 60 ◦ green 132 ◦ blue 127

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

Shades of Paradiso #3C847F

Tints of Paradiso #3C847F

RGB

 RED value IS 60 (23.83% from 255) = 18.81%

 GREEN value IS 132 (51.95% from 255) = 41.38%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 18.81%
G = 41.38%
B = 39.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#3C847F (or 0x3C847F) is known color: Paradiso. HEX triplet: 3C, 84 and 7F. RGB value is (60,132,127). Sum of RGB (Red+Green+Blue) = 60+132+127=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #3C847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C847F is #C37B80. Grayscale: #6D6D6D. Windows color (decimal): -12811137 or 8356924. OLE color: 8356924.

HSL color Cylindrical-coordinate representation of color #3C847F: hue angle of 175.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C847F is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 127 -
CMYK 0.55 0 0.04 0.48
HSL 175.83º 0.38% 0.38% -
HSV(B) 175.83º 0.55% 0.52% -
XYZ 13.95 19 23.01 -
YUV 109.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 60 132 127 0.55 0 0.04 0.48 175.83 0.38 0.38
Hex 3C 84 7F 37 0 4 30 B0 26 26
Octal 74 204 177 67 0 4 60 260 46 46
Binary 111100 10000100 1111111 110111 0 100 110000 10110000 100110 100110

Color Harmonies of #3C847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C847F

Black with #3C847F

Text Example


Text Example

White with #3C847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C847F; }

 p { color: rgb(60,132,127); }

 H1.HeaderClassName
 {
   color: #3C847F;
 }
 .AnyTagClassName
 {
   color: #3C847F;
 }
</style>

background-color css

<style>
 a { background-color: #3C847F; }

 a { background-color: rgb(60,132,127); }

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

border-color css

<style>
 span { border-color: #3C847F; }

 span { border-color: rgb(60,132,127); }

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