Html Css Color HEX #005040 Cyprus

📋 copy color: '#005040'

red 0 ◦ green 80 ◦ blue 64

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

Shades of Cyprus #005040

Tints of Cyprus #005040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#005040 (or 0x005040) is known color: Cyprus. HEX triplet: 00, 50 and 40. RGB value is (0,80,64). Sum of RGB (Red+Green+Blue) = 0+80+64=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #005040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005040 is #FFAFBF. Grayscale: #363636. Windows color (decimal): -16756672 or 4214784. OLE color: 4214784.

HSL color Cylindrical-coordinate representation of color #005040: hue angle of 168º 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 #005040 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 64 -
CMYK 1 0 0.20 0.69
HSL 168º 1% 0.16% -
HSV(B) 168º 1% 0.31% -
XYZ 3.79 6.11 5.83 -
YUV 54.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 0 80 64 1 0 0.20 0.69 168 1 0.16
Hex 0 50 40 64 0 14 45 A8 64 10
Octal 0 120 100 144 0 24 105 250 144 20
Binary 0 1010000 1000000 1100100 0 10100 1000101 10101000 1100100 10000

Color Harmonies of #005040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005040

Black with #005040

Text Example


Text Example

White with #005040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005040; }

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

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

background-color css

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

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

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

border-color css

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

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

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