Html Css Color HEX #10988F Dark Cyan

📋 copy color: '#10988F'

red 16 ◦ green 152 ◦ blue 143

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

Shades of Dark Cyan #10988F

Tints of Dark Cyan #10988F

RGB

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

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

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

R = 5.14%
G = 48.87%
B = 45.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#10988F (or 0x10988F) is known color: Dark Cyan. HEX triplet: 10, 98 and 8F. RGB value is (16,152,143). Sum of RGB (Red+Green+Blue) = 16+152+143=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #10988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10988F is #EF6770. Grayscale: #6E6E6E. Windows color (decimal): -15689585 or 9410576. OLE color: 9410576.

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

Color convert

RGB 16 152 143 -
CMYK 0.89 0 0.06 0.40
HSL 176.03º 0.81% 0.33% -
HSV(B) 176.03º 0.89% 0.6% -
XYZ 16.4 24.55 29.86 -
YUV 110.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 16 152 143 0.89 0 0.06 0.40 176.03 0.81 0.33
Hex 10 98 8F 59 0 6 28 B0 51 21
Octal 20 230 217 131 0 6 50 260 121 41
Binary 10000 10011000 10001111 1011001 0 110 101000 10110000 1010001 100001

Color Harmonies of #10988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10988F

Black with #10988F

Text Example


Text Example

White with #10988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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