#10524D

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

Shades of Cyprus #10524D

Tints of Cyprus #10524D

Color information

#10524D (or 0x10524D) is unknown color: approx Cyprus. HEX triplet: 10, 52 and 4D. RGB value is (16,82,77). Sum of RGB (Red+Green+Blue) = 16+82+77=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #10524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10524D is #EFADB2. Grayscale: #3D3D3D. Windows color (decimal): -15707571 or 5067280. OLE color: 5067280.

HSL color Cylindrical-coordinate representation of color #10524D: hue angle of 175.45º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10524D is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB168277-
CMYK0.8000.060.68
HSL175.45º67.35%19.22%-
HSV(B)175.45º80.49%32.16%-
XYZ4.576.688.07-
YUV61.7136.6395.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 77 (30.47% from 255) = 44%
R=9.14%
G=46.86%
B=44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682770.8000.060.68175.4567.3519.22
Hex10524D500644af4313
Octal201221151200610425710323
Binary100001010010100110110100000110100010010101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10524D; }

 p { color: rgb(16,82,77); }

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

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

 a { background-color: rgb(16,82,77); }

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

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

 span { border-color: rgb(16,82,77); }

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