Html Css Color HEX #00503F Cyprus

📋 copy color: '#00503F'

red 0 ◦ green 80 ◦ blue 63

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

Shades of Cyprus #00503F

Tints of Cyprus #00503F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 80 (31.64% from 255) = 55.94%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 0%
G = 55.94%
B = 44.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#00503F (or 0x00503F) is known color: Cyprus. HEX triplet: 00, 50 and 3F. RGB value is (0,80,63). Sum of RGB (Red+Green+Blue) = 0+80+63=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #00503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00503F is #FFAFC0. Grayscale: #363636. Windows color (decimal): -16756673 or 4149248. OLE color: 4149248.

HSL color Cylindrical-coordinate representation of color #00503F: hue angle of 167.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00503F is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 63 -
CMYK 1 0 0.21 0.69
HSL 167.25º 1% 0.16% -
HSV(B) 167.25º 1% 0.31% -
XYZ 3.77 6.1 5.68 -
YUV 54.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 0 80 63 1 0 0.21 0.69 167.25 1 0.16
Hex 0 50 3F 64 0 15 45 A7 64 10
Octal 0 120 77 144 0 25 105 247 144 20
Binary 0 1010000 111111 1100100 0 10101 1000101 10100111 1100100 10000

Color Harmonies of #00503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00503F

Black with #00503F

Text Example


Text Example

White with #00503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00503F; }

 p { color: rgb(0,80,63); }

 H1.HeaderClassName
 {
   color: #00503F;
 }
 .AnyTagClassName
 {
   color: #00503F;
 }
</style>

background-color css

<style>
 a { background-color: #00503F; }

 a { background-color: rgb(0,80,63); }

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

border-color css

<style>
 span { border-color: #00503F; }

 span { border-color: rgb(0,80,63); }

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