Html Css Color HEX #005140 Cyprus

📋 copy color: '#005140'

red 0 ◦ green 81 ◦ blue 64

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

Shades of Cyprus #005140

Tints of Cyprus #005140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 55.86%

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

R = 0%
G = 55.86%
B = 44.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#005140 (or 0x005140) is known color: Cyprus. HEX triplet: 00, 51 and 40. RGB value is (0,81,64). Sum of RGB (Red+Green+Blue) = 0+81+64=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #005140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005140 is #FFAEBF. Grayscale: #363636. Windows color (decimal): -16756416 or 4215040. OLE color: 4215040.

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

Color convert

RGB 0 81 64 -
CMYK 1 0 0.21 0.68
HSL 167.41º 1% 0.16% -
HSV(B) 167.41º 1% 0.32% -
XYZ 3.87 6.26 5.85 -
YUV 54.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 0 81 64 1 0 0.21 0.68 167.41 1 0.16
Hex 0 51 40 64 0 15 44 A7 64 10
Octal 0 121 100 144 0 25 104 247 144 20
Binary 0 1010001 1000000 1100100 0 10101 1000100 10100111 1100100 10000

Color Harmonies of #005140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005140

Black with #005140

Text Example


Text Example

White with #005140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005140; }

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

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

background-color css

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

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

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

border-color css

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

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

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