Html Css Color HEX #005143 Cyprus

📋 copy color: '#005143'

red 0 ◦ green 81 ◦ blue 67

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

Shades of Cyprus #005143

Tints of Cyprus #005143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 45.27%

R = 0%
G = 54.73%
B = 45.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#005143 (or 0x005143) is known color: Cyprus. HEX triplet: 00, 51 and 43. RGB value is (0,81,67). Sum of RGB (Red+Green+Blue) = 0+81+67=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #005143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005143 is #FFAEBC. Grayscale: #373737. Windows color (decimal): -16756413 or 4411648. OLE color: 4411648.

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

Color convert

RGB 0 81 67 -
CMYK 1 0 0.17 0.68
HSL 169.63º 1% 0.16% -
HSV(B) 169.63º 1% 0.32% -
XYZ 3.96 6.29 6.32 -
YUV 55.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 0 81 67 1 0 0.17 0.68 169.63 1 0.16
Hex 0 51 43 64 0 11 44 AA 64 10
Octal 0 121 103 144 0 21 104 252 144 20
Binary 0 1010001 1000011 1100100 0 10001 1000100 10101010 1100100 10000

Color Harmonies of #005143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005143

Black with #005143

Text Example


Text Example

White with #005143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005143; }

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

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

background-color css

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

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

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

border-color css

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

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

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