Html Css Color HEX #10898A Dark Cyan

📋 copy color: '#10898A'

red 16 ◦ green 137 ◦ blue 138

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

Shades of Dark Cyan #10898A

Tints of Dark Cyan #10898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 138 (54.3% from 255) = 47.42%

R = 5.5%
G = 47.08%
B = 47.42%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10898A (or 0x10898A) is known color: Dark Cyan. HEX triplet: 10, 89 and 8A. RGB value is (16,137,138). Sum of RGB (Red+Green+Blue) = 16+137+138=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #10898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10898A is #EF7675. Grayscale: #646464. Windows color (decimal): -15693430 or 9079056. OLE color: 9079056.

HSL color Cylindrical-coordinate representation of color #10898A: hue angle of 180.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10898A is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 137 138 -
CMYK 0.88 0.01 0 0.46
HSL 180.49º 0.79% 0.3% -
HSV(B) 180.49º 0.88% 0.54% -
XYZ 13.75 19.84 27.15 -
YUV 100.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 16 137 138 0.88 0.01 0 0.46 180.49 0.79 0.3
Hex 10 89 8A 58 1 0 2E B4 4F 1E
Octal 20 211 212 130 1 0 56 264 117 36
Binary 10000 10001001 10001010 1011000 1 0 101110 10110100 1001111 11110

Color Harmonies of #10898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10898A

Black with #10898A

Text Example


Text Example

White with #10898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10898A; }

 p { color: rgb(16,137,138); }

 H1.HeaderClassName
 {
   color: #10898A;
 }
 .AnyTagClassName
 {
   color: #10898A;
 }
</style>

background-color css

<style>
 a { background-color: #10898A; }

 a { background-color: rgb(16,137,138); }

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

border-color css

<style>
 span { border-color: #10898A; }

 span { border-color: rgb(16,137,138); }

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