#07393C

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

Shades of Cyprus #07393C

Tints of Cyprus #07393C

Color information

#07393C (or 0x07393C) is unknown color: approx Cyprus. HEX triplet: 07, 39 and 3C. RGB value is (7,57,60). Sum of RGB (Red+Green+Blue) = 7+57+60=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #07393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07393C is #F8C6C3. Grayscale: #2A2A2A. Windows color (decimal): -16303812 or 3946759. OLE color: 3946759.

HSL color Cylindrical-coordinate representation of color #07393C: hue angle of 183.4º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07393C is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB75760-
CMYK0.880.0500.76
HSL183.4º79.1%13.14%-
HSV(B)183.4º88.33%23.53%-
XYZ2.373.34.79-
YUV42.39137.94102.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 60 (23.83% from 255) = 48.39%
R=5.65%
G=45.97%
B=48.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal757600.880.0500.76183.479.113.14
Hex7393C58504Cb74fd
Octal771741305011426711715
Binary1111110011111001011000101010011001011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,57,60); }

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

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

 a { background-color: rgb(7,57,60); }

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

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

 span { border-color: rgb(7,57,60); }

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