Html Css Color HEX #004E44 Cyprus

📋 copy color: '#004E44'

red 0 ◦ green 78 ◦ blue 68

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

Shades of Cyprus #004E44

Tints of Cyprus #004E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.42%

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 0%
G = 53.42%
B = 46.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#004E44 (or 0x004E44) is known color: Cyprus. HEX triplet: 00, 4E and 44. RGB value is (0,78,68). Sum of RGB (Red+Green+Blue) = 0+78+68=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #004E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E44 is #FFB1BB. Grayscale: #353535. Windows color (decimal): -16757180 or 4476416. OLE color: 4476416.

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

Color convert

RGB 0 78 68 -
CMYK 1 0 0.13 0.69
HSL 172.31º 1% 0.15% -
HSV(B) 172.31º 1% 0.31% -
XYZ 3.77 5.87 6.4 -
YUV 53.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 0 78 68 1 0 0.13 0.69 172.31 1 0.15
Hex 0 4E 44 64 0 D 45 AC 64 F
Octal 0 116 104 144 0 15 105 254 144 17
Binary 0 1001110 1000100 1100100 0 1101 1000101 10101100 1100100 1111

Color Harmonies of #004E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E44

Black with #004E44

Text Example


Text Example

White with #004E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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