#18828A

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

Shades of Dark Cyan #18828A

Tints of Dark Cyan #18828A

Color information

#18828A (or 0x18828A) is unknown color: approx Dark Cyan. HEX triplet: 18, 82 and 8A. RGB value is (24,130,138). Sum of RGB (Red+Green+Blue) = 24+130+138=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #18828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18828A is #E77D75. Grayscale: #636363. Windows color (decimal): -15170934 or 9077272. OLE color: 9077272.

HSL color Cylindrical-coordinate representation of color #18828A: hue angle of 184.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18828A is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24130138-
CMYK0.830.0600.46
HSL184.21º70.37%31.76%-
HSV(B)184.21º82.61%54.12%-
XYZ12.9517.9926.84-
YUV99.22149.8874.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.22%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=8.22%
G=44.52%
B=47.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241301380.830.0600.46184.2170.3731.76
Hex18828A53602Eb84620
Octal30202212123605627010640
Binary11000100000101000101010100111100101110101110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,130,138); }

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

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

 a { background-color: rgb(24,130,138); }

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

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

 span { border-color: rgb(24,130,138); }

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