Html Css Color HEX #094E48 Cyprus

📋 copy color: '#094E48'

red 9 ◦ green 78 ◦ blue 72

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

Shades of Cyprus #094E48

Tints of Cyprus #094E48

RGB

 RED value IS 9 (3.91% from 255) = 5.66%

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

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 5.66%
G = 49.06%
B = 45.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#094E48 (or 0x094E48) is known color: Cyprus. HEX triplet: 09, 4E and 48. RGB value is (9,78,72). Sum of RGB (Red+Green+Blue) = 9+78+72=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #094E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E48 is #F6B1B7. Grayscale: #383838. Windows color (decimal): -16167352 or 4738569. OLE color: 4738569.

HSL color Cylindrical-coordinate representation of color #094E48: hue angle of 174.78º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E48 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 72 -
CMYK 0.88 0 0.08 0.69
HSL 174.78º 0.79% 0.17% -
HSV(B) 174.78º 0.88% 0.31% -
XYZ 4.01 5.97 7.07 -
YUV 56.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 9 78 72 0.88 0 0.08 0.69 174.78 0.79 0.17
Hex 9 4E 48 58 0 8 45 AF 4F 11
Octal 11 116 110 130 0 10 105 257 117 21
Binary 1001 1001110 1001000 1011000 0 1000 1000101 10101111 1001111 10001

Color Harmonies of #094E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E48

Black with #094E48

Text Example


Text Example

White with #094E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E48; }

 p { color: rgb(9,78,72); }

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

background-color css

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

 a { background-color: rgb(9,78,72); }

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

border-color css

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

 span { border-color: rgb(9,78,72); }

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