Html Css Color HEX #10988E Dark Cyan

📋 copy color: '#10988E'

red 16 ◦ green 152 ◦ blue 142

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

Shades of Dark Cyan #10988E

Tints of Dark Cyan #10988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 5.16%
G = 49.03%
B = 45.81%

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

#10988E (or 0x10988E) is known color: Dark Cyan. HEX triplet: 10, 98 and 8E. RGB value is (16,152,142). Sum of RGB (Red+Green+Blue) = 16+152+142=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #10988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10988E is #EF6771. Grayscale: #6E6E6E. Windows color (decimal): -15689586 or 9345040. OLE color: 9345040.

HSL color Cylindrical-coordinate representation of color #10988E: hue angle of 175.59º 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 #10988E is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 152 142 -
CMYK 0.89 0 0.07 0.40
HSL 175.59º 0.81% 0.33% -
HSV(B) 175.59º 0.89% 0.6% -
XYZ 16.32 24.52 29.46 -
YUV 110.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 16 152 142 0.89 0 0.07 0.40 175.59 0.81 0.33
Hex 10 98 8E 59 0 7 28 B0 51 21
Octal 20 230 216 131 0 7 50 260 121 41
Binary 10000 10011000 10001110 1011001 0 111 101000 10110000 1010001 100001

Color Harmonies of #10988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10988E

Black with #10988E

Text Example


Text Example

White with #10988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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