Html Css Color HEX #094F4C Cyprus

📋 copy color: '#094F4C'

red 9 ◦ green 79 ◦ blue 76

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

Shades of Cyprus #094F4C

Tints of Cyprus #094F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.17%

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 5.49%
G = 48.17%
B = 46.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#094F4C (or 0x094F4C) is known color: Cyprus. HEX triplet: 09, 4F and 4C. RGB value is (9,79,76). Sum of RGB (Red+Green+Blue) = 9+79+76=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #094F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F4C is #F6B0B3. Grayscale: #393939. Windows color (decimal): -16167092 or 5000969. OLE color: 5000969.

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

Color convert

RGB 9 79 76 -
CMYK 0.89 0 0.04 0.69
HSL 177.43º 0.8% 0.17% -
HSV(B) 177.43º 0.89% 0.31% -
XYZ 4.21 6.17 7.81 -
YUV 57.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 9 79 76 0.89 0 0.04 0.69 177.43 0.8 0.17
Hex 9 4F 4C 59 0 4 45 B1 50 11
Octal 11 117 114 131 0 4 105 261 120 21
Binary 1001 1001111 1001100 1011001 0 100 1000101 10110001 1010000 10001

Color Harmonies of #094F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F4C

Black with #094F4C

Text Example


Text Example

White with #094F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,76); }

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

background-color css

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

 a { background-color: rgb(9,79,76); }

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

border-color css

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

 span { border-color: rgb(9,79,76); }

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