Html Css Color HEX #18858B Dark Cyan

📋 copy color: '#18858B'

red 24 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #18858B

Tints of Dark Cyan #18858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 8.11%
G = 44.93%
B = 46.96%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18858B (or 0x18858B) is known color: Dark Cyan. HEX triplet: 18, 85 and 8B. RGB value is (24,133,139). Sum of RGB (Red+Green+Blue) = 24+133+139=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #18858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18858B is #E77A74. Grayscale: #646464. Windows color (decimal): -15170165 or 9143576. OLE color: 9143576.

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

Color convert

RGB 24 133 139 -
CMYK 0.83 0.04 0 0.45
HSL 183.13º 0.71% 0.32% -
HSV(B) 183.13º 0.83% 0.55% -
XYZ 13.42 18.83 27.35 -
YUV 101.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 24 133 139 0.83 0.04 0 0.45 183.13 0.71 0.32
Hex 18 85 8B 53 4 0 2D B7 47 20
Octal 30 205 213 123 4 0 55 267 107 40
Binary 11000 10000101 10001011 1010011 100 0 101101 10110111 1000111 100000

Color Harmonies of #18858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18858B

Black with #18858B

Text Example


Text Example

White with #18858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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