#0C434B

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

Shades of Cyprus #0C434B

Tints of Cyprus #0C434B

Color information

#0C434B (or 0x0C434B) is unknown color: approx Cyprus. HEX triplet: 0C, 43 and 4B. RGB value is (12,67,75). Sum of RGB (Red+Green+Blue) = 12+67+75=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C434B is #F3BCB4. Grayscale: #333333. Windows color (decimal): -15973557 or 4932364. OLE color: 4932364.

HSL color Cylindrical-coordinate representation of color #0C434B: hue angle of 187.62º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C434B is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB126775-
CMYK0.840.1100.71
HSL187.62º72.41%17.06%-
HSV(B)187.62º84%29.41%-
XYZ3.434.67.36-
YUV51.47141.2899.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=7.79%
G=43.51%
B=48.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1267750.840.1100.71187.6272.4117.06
HexC434B54B047bc4811
Octal1410311312413010727411021
Binary110010000111001011101010010110100011110111100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C434B; }

 p { color: rgb(12,67,75); }

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

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

 a { background-color: rgb(12,67,75); }

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

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

 span { border-color: rgb(12,67,75); }

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