Html Css Color HEX #18858C Dark Cyan

📋 copy color: '#18858C'

red 24 ◦ green 133 ◦ blue 140

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

Shades of Dark Cyan #18858C

Tints of Dark Cyan #18858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 8.08%
G = 44.78%
B = 47.14%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18858C (or 0x18858C) is known color: Dark Cyan. HEX triplet: 18, 85 and 8C. RGB value is (24,133,140). Sum of RGB (Red+Green+Blue) = 24+133+140=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #18858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18858C is #E77A73. Grayscale: #656565. Windows color (decimal): -15170164 or 9209112. OLE color: 9209112.

HSL color Cylindrical-coordinate representation of color #18858C: hue angle of 183.62º 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 #18858C is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 133 140 -
CMYK 0.83 0.05 0 0.45
HSL 183.62º 0.71% 0.32% -
HSV(B) 183.62º 0.83% 0.55% -
XYZ 13.5 18.86 27.74 -
YUV 101.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 24 133 140 0.83 0.05 0 0.45 183.62 0.71 0.32
Hex 18 85 8C 53 5 0 2D B8 47 20
Octal 30 205 214 123 5 0 55 270 107 40
Binary 11000 10000101 10001100 1010011 101 0 101101 10111000 1000111 100000

Color Harmonies of #18858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18858C

Black with #18858C

Text Example


Text Example

White with #18858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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