Html Css Color HEX #18848B Dark Cyan

📋 copy color: '#18848B'

red 24 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #18848B

Tints of Dark Cyan #18848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 8.14%
G = 44.75%
B = 47.12%

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

#18848B (or 0x18848B) is known color: Dark Cyan. HEX triplet: 18, 84 and 8B. RGB value is (24,132,139). Sum of RGB (Red+Green+Blue) = 24+132+139=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #18848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848B is #E77B74. Grayscale: #646464. Windows color (decimal): -15170421 or 9143320. OLE color: 9143320.

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

Color convert

RGB 24 132 139 -
CMYK 0.83 0.05 0 0.45
HSL 183.65º 0.71% 0.32% -
HSV(B) 183.65º 0.83% 0.55% -
XYZ 13.29 18.56 27.31 -
YUV 100.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 24 132 139 0.83 0.05 0 0.45 183.65 0.71 0.32
Hex 18 84 8B 53 5 0 2D B8 47 20
Octal 30 204 213 123 5 0 55 270 107 40
Binary 11000 10000100 10001011 1010011 101 0 101101 10111000 1000111 100000

Color Harmonies of #18848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18848B

Black with #18848B

Text Example


Text Example

White with #18848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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