Html Css Color HEX #10828F Dark Cyan

📋 copy color: '#10828F'

red 16 ◦ green 130 ◦ blue 143

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

Shades of Dark Cyan #10828F

Tints of Dark Cyan #10828F

RGB

 RED value IS 16 (6.64% from 255) = 5.54%

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

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

R = 5.54%
G = 44.98%
B = 49.48%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10828F (or 0x10828F) is known color: Dark Cyan. HEX triplet: 10, 82 and 8F. RGB value is (16,130,143). Sum of RGB (Red+Green+Blue) = 16+130+143=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #10828F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10828F is #EF7D70. Grayscale: #616161. Windows color (decimal): -15695217 or 9404944. OLE color: 9404944.

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

Color convert

RGB 16 130 143 -
CMYK 0.89 0.09 0 0.44
HSL 186.14º 0.8% 0.31% -
HSV(B) 186.14º 0.89% 0.56% -
XYZ 13.15 18.06 28.78 -
YUV 97.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 16 130 143 0.89 0.09 0 0.44 186.14 0.8 0.31
Hex 10 82 8F 59 9 0 2C BA 50 1F
Octal 20 202 217 131 11 0 54 272 120 37
Binary 10000 10000010 10001111 1011001 1001 0 101100 10111010 1010000 11111

Color Harmonies of #10828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10828F

Black with #10828F

Text Example


Text Example

White with #10828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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