#11848A

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

Shades of Dark Cyan #11848A

Tints of Dark Cyan #11848A

Color information

#11848A (or 0x11848A) is unknown color: approx Dark Cyan. HEX triplet: 11, 84 and 8A. RGB value is (17,132,138). Sum of RGB (Red+Green+Blue) = 17+132+138=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #11848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11848A is #EE7B75. Grayscale: #626262. Windows color (decimal): -15629174 or 9077777. OLE color: 9077777.

HSL color Cylindrical-coordinate representation of color #11848A: hue angle of 182.98º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11848A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB17132138-
CMYK0.880.0400.46
HSL182.98º78.06%30.39%-
HSV(B)182.98º87.68%54.12%-
XYZ13.0718.4626.92-
YUV98.3150.470.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.92%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=5.92%
G=45.99%
B=48.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171321380.880.0400.46182.9878.0630.39
Hex11848A58402Eb74e1e
Octal21204212130405626711636
Binary1000110000100100010101011000100010111010110111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,132,138); }

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

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

 a { background-color: rgb(17,132,138); }

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

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

 span { border-color: rgb(17,132,138); }

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