Html Css Color HEX #10828C Dark Cyan

📋 copy color: '#10828C'

red 16 ◦ green 130 ◦ blue 140

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

Shades of Dark Cyan #10828C

Tints of Dark Cyan #10828C

RGB

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

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

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

R = 5.59%
G = 45.45%
B = 48.95%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10828C (or 0x10828C) is known color: Dark Cyan. HEX triplet: 10, 82 and 8C. RGB value is (16,130,140). Sum of RGB (Red+Green+Blue) = 16+130+140=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #10828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10828C is #EF7D73. Grayscale: #606060. Windows color (decimal): -15695220 or 9208336. OLE color: 9208336.

HSL color Cylindrical-coordinate representation of color #10828C: hue angle of 184.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10828C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 130 140 -
CMYK 0.89 0.07 0 0.45
HSL 184.84º 0.79% 0.31% -
HSV(B) 184.84º 0.89% 0.55% -
XYZ 12.93 17.97 27.6 -
YUV 97.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 16 130 140 0.89 0.07 0 0.45 184.84 0.79 0.31
Hex 10 82 8C 59 7 0 2D B9 4F 1F
Octal 20 202 214 131 7 0 55 271 117 37
Binary 10000 10000010 10001100 1011001 111 0 101101 10111001 1001111 11111

Color Harmonies of #10828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10828C

Black with #10828C

Text Example


Text Example

White with #10828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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