#12584B

Color #12584B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #12584B

Tints of Evening Sea #12584B

Color information

#12584B (or 0x12584B) is unknown color: approx Evening Sea. HEX triplet: 12, 58 and 4B. RGB value is (18,88,75). Sum of RGB (Red+Green+Blue) = 18+88+75=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #12584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12584B is #EDA7B4. Grayscale: #414141. Windows color (decimal): -15574965 or 4937746. OLE color: 4937746.

HSL color Cylindrical-coordinate representation of color #12584B: hue angle of 168.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12584B is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB188875-
CMYK0.8000.150.65
HSL168.86º66.04%20.78%-
HSV(B)168.86º79.55%34.51%-
XYZ5.017.627.86-
YUV65.59133.3194.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=9.94%
G=48.62%
B=41.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888750.8000.150.65168.8666.0420.78
Hex12584B500F41a94215
Octal2213011312001710125110225
Binary1001010110001001011101000001111100000110101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12584B; }

 p { color: rgb(18,88,75); }

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

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

 a { background-color: rgb(18,88,75); }

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

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

 span { border-color: rgb(18,88,75); }

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