#15484A

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

Shades of Cyprus #15484A

Tints of Cyprus #15484A

Color information

#15484A (or 0x15484A) is unknown color: approx Cyprus. HEX triplet: 15, 48 and 4A. RGB value is (21,72,74). Sum of RGB (Red+Green+Blue) = 21+72+74=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #15484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15484A is #EAB7B5. Grayscale: #383838. Windows color (decimal): -15382454 or 4868117. OLE color: 4868117.

HSL color Cylindrical-coordinate representation of color #15484A: hue angle of 182.26º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15484A is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB217274-
CMYK0.720.0300.71
HSL182.26º55.79%18.63%-
HSV(B)182.26º71.62%29.02%-
XYZ3.865.297.3-
YUV56.98137.6102.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=12.57%
G=43.11%
B=44.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2172740.720.0300.71182.2655.7918.63
Hex15484A483047b63813
Octal25110112110301072667023
Binary1010110010001001010100100011010001111011011011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15484A; }

 p { color: rgb(21,72,74); }

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

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

 a { background-color: rgb(21,72,74); }

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

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

 span { border-color: rgb(21,72,74); }

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