Html Css Color HEX #18818C Dark Cyan

📋 copy color: '#18818C'

red 24 ◦ green 129 ◦ blue 140

#18818C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #18818C

Tints of Dark Cyan #18818C

RGB

 RED value IS 24 (9.77% from 255) = 8.19%

 GREEN value IS 129 (50.78% from 255) = 44.03%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 8.19%
G = 44.03%
B = 47.78%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18818C (or 0x18818C) is known color: Dark Cyan. HEX triplet: 18, 81 and 8C. RGB value is (24,129,140). Sum of RGB (Red+Green+Blue) = 24+129+140=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #18818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18818C is #E77E73. Grayscale: #626262. Windows color (decimal): -15171188 or 9208088. OLE color: 9208088.

HSL color Cylindrical-coordinate representation of color #18818C: hue angle of 185.69º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18818C is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 129 140 -
CMYK 0.83 0.08 0 0.45
HSL 185.69º 0.71% 0.32% -
HSV(B) 185.69º 0.83% 0.55% -
XYZ 12.96 17.79 27.56 -
YUV 98.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 24 129 140 0.83 0.08 0 0.45 185.69 0.71 0.32
Hex 18 81 8C 53 8 0 2D BA 47 20
Octal 30 201 214 123 10 0 55 272 107 40
Binary 11000 10000001 10001100 1010011 1000 0 101101 10111010 1000111 100000

Color Harmonies of #18818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18818C

Black with #18818C

Text Example


Text Example

White with #18818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18818C; }

 p { color: rgb(24,129,140); }

 H1.HeaderClassName
 {
   color: #18818C;
 }
 .AnyTagClassName
 {
   color: #18818C;
 }
</style>

background-color css

<style>
 a { background-color: #18818C; }

 a { background-color: rgb(24,129,140); }

 div.DivClassName
 {
   background-color: #18818C;
 }
 .BgClassName
 {
   background-color: #18818C;
 }
</style>

border-color css

<style>
 span { border-color: #18818C; }

 span { border-color: rgb(24,129,140); }

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