Html Css Color HEX #18828F Dark Cyan

📋 copy color: '#18828F'

red 24 ◦ green 130 ◦ blue 143

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

Shades of Dark Cyan #18828F

Tints of Dark Cyan #18828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 8.08%
G = 43.77%
B = 48.15%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18828F (or 0x18828F) is known color: Dark Cyan. HEX triplet: 18, 82 and 8F. RGB value is (24,130,143). Sum of RGB (Red+Green+Blue) = 24+130+143=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #18828F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18828F is #E77D70. Grayscale: #636363. Windows color (decimal): -15170929 or 9404952. OLE color: 9404952.

HSL color Cylindrical-coordinate representation of color #18828F: hue angle of 186.55º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18828F is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 130 143 -
CMYK 0.83 0.09 0 0.44
HSL 186.55º 0.71% 0.33% -
HSV(B) 186.55º 0.83% 0.56% -
XYZ 13.32 18.14 28.79 -
YUV 99.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 24 130 143 0.83 0.09 0 0.44 186.55 0.71 0.33
Hex 18 82 8F 53 9 0 2C BB 47 21
Octal 30 202 217 123 11 0 54 273 107 41
Binary 11000 10000010 10001111 1010011 1001 0 101100 10111011 1000111 100001

Color Harmonies of #18828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18828F

Black with #18828F

Text Example


Text Example

White with #18828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18828F;
 }
 .AnyTagClassName
 {
   color: #18828F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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