Html Css Color HEX #10988D Dark Cyan

📋 copy color: '#10988D'

red 16 ◦ green 152 ◦ blue 141

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

Shades of Dark Cyan #10988D

Tints of Dark Cyan #10988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 5.18%
G = 49.19%
B = 45.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#10988D (or 0x10988D) is known color: Dark Cyan. HEX triplet: 10, 98 and 8D. RGB value is (16,152,141). Sum of RGB (Red+Green+Blue) = 16+152+141=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #10988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10988D is #EF6772. Grayscale: #6D6D6D. Windows color (decimal): -15689587 or 9279504. OLE color: 9279504.

HSL color Cylindrical-coordinate representation of color #10988D: hue angle of 175.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10988D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 152 141 -
CMYK 0.89 0 0.07 0.40
HSL 175.15º 0.81% 0.33% -
HSV(B) 175.15º 0.89% 0.6% -
XYZ 16.25 24.49 29.07 -
YUV 110.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 16 152 141 0.89 0 0.07 0.40 175.15 0.81 0.33
Hex 10 98 8D 59 0 7 28 AF 51 21
Octal 20 230 215 131 0 7 50 257 121 41
Binary 10000 10011000 10001101 1011001 0 111 101000 10101111 1010001 100001

Color Harmonies of #10988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10988D

Black with #10988D

Text Example


Text Example

White with #10988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10988D; }

 p { color: rgb(16,152,141); }

 H1.HeaderClassName
 {
   color: #10988D;
 }
 .AnyTagClassName
 {
   color: #10988D;
 }
</style>

background-color css

<style>
 a { background-color: #10988D; }

 a { background-color: rgb(16,152,141); }

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

border-color css

<style>
 span { border-color: #10988D; }

 span { border-color: rgb(16,152,141); }

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