#00443C

Color #00443C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #00443C

Tints of Cyprus #00443C

Color information

#00443C (or 0x00443C) is unknown color: approx Cyprus. HEX triplet: 00, 44 and 3C. RGB value is (0,68,60). Sum of RGB (Red+Green+Blue) = 0+68+60=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #00443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00443C is #FFBBC3. Grayscale: #2E2E2E. Windows color (decimal): -16759748 or 3949568. OLE color: 3949568.

HSL color Cylindrical-coordinate representation of color #00443C: hue angle of 172.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00443C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB06860-
CMYK100.120.73
HSL172.94º100%13.33%-
HSV(B)172.94º100%26.67%-
XYZ2.884.464.98-
YUV46.76135.4794.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 60 (23.83% from 255) = 46.88%
R=0%
G=53.12%
B=46.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06860100.120.73172.9410013.33
Hex0443C640C49ad64d
Octal01047414401411125514415
Binary0100010011110011001000110010010011010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00443C; }

 p { color: rgb(0,68,60); }

 H1.HeaderClassName
 {
   color: #00443C;
 }
 .AnyTagClassName
 {
   color: #00443C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,68,60); }

 div.DivClassName
 {
   background-color: #00443C;
 }
 .BgClassName
 {
   background-color: #00443C;
 }
</style>
border-color css

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

 span { border-color: rgb(0,68,60); }

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