Html Css Color HEX #487D7F Paradiso

📋 copy color: '#487D7F'

red 72 ◦ green 125 ◦ blue 127

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

Shades of Paradiso #487D7F

Tints of Paradiso #487D7F

RGB

 RED value IS 72 (28.52% from 255) = 22.22%

 GREEN value IS 125 (49.22% from 255) = 38.58%

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

R = 22.22%
G = 38.58%
B = 39.2%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#487D7F (or 0x487D7F) is known color: Paradiso. HEX triplet: 48, 7D and 7F. RGB value is (72,125,127). Sum of RGB (Red+Green+Blue) = 72+125+127=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #487D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D7F is #B78280. Grayscale: #6D6D6D. Windows color (decimal): -12026497 or 8355144. OLE color: 8355144.

HSL color Cylindrical-coordinate representation of color #487D7F: hue angle of 182.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487D7F is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 125 127 -
CMYK 0.43 0.02 0 0.50
HSL 182.18º 0.28% 0.39% -
HSV(B) 182.18º 0.43% 0.5% -
XYZ 13.84 17.58 22.74 -
YUV 109.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 72 125 127 0.43 0.02 0 0.50 182.18 0.28 0.39
Hex 48 7D 7F 2B 2 0 32 B6 1C 27
Octal 110 175 177 53 2 0 62 266 34 47
Binary 1001000 1111101 1111111 101011 10 0 110010 10110110 11100 100111

Color Harmonies of #487D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D7F

Black with #487D7F

Text Example


Text Example

White with #487D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487D7F; }

 p { color: rgb(72,125,127); }

 H1.HeaderClassName
 {
   color: #487D7F;
 }
 .AnyTagClassName
 {
   color: #487D7F;
 }
</style>

background-color css

<style>
 a { background-color: #487D7F; }

 a { background-color: rgb(72,125,127); }

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

border-color css

<style>
 span { border-color: #487D7F; }

 span { border-color: rgb(72,125,127); }

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