#095243

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

Shades of Cyprus #095243

Tints of Cyprus #095243

Color information

#095243 (or 0x095243) is unknown color: approx Cyprus. HEX triplet: 09, 52 and 43. RGB value is (9,82,67). Sum of RGB (Red+Green+Blue) = 9+82+67=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #095243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095243 is #F6ADBC. Grayscale: #3A3A3A. Windows color (decimal): -16166333 or 4411913. OLE color: 4411913.

HSL color Cylindrical-coordinate representation of color #095243: hue angle of 167.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095243 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB98267-
CMYK0.8900.180.68
HSL167.67º80.22%17.84%-
HSV(B)167.67º89.02%32.16%-
XYZ4.146.56.35-
YUV58.46132.8292.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=5.70%
G=51.90%
B=42.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982670.8900.180.68167.6780.2217.84
Hex952435901244a85012
Octal1112210313102210425012022
Binary1001101001010000111011001010010100010010101000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095243; }

 p { color: rgb(9,82,67); }

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

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

 a { background-color: rgb(9,82,67); }

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

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

 span { border-color: rgb(9,82,67); }

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