Html Css Color HEX #10978D Dark Cyan

📋 copy color: '#10978D'

red 16 ◦ green 151 ◦ blue 141

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

Shades of Dark Cyan #10978D

Tints of Dark Cyan #10978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

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

R = 5.19%
G = 49.03%
B = 45.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#10978D (or 0x10978D) is known color: Dark Cyan. HEX triplet: 10, 97 and 8D. RGB value is (16,151,141). Sum of RGB (Red+Green+Blue) = 16+151+141=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #10978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10978D is #EF6872. Grayscale: #6D6D6D. Windows color (decimal): -15689843 or 9279248. OLE color: 9279248.

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

Color convert

RGB 16 151 141 -
CMYK 0.89 0 0.07 0.41
HSL 175.56º 0.81% 0.33% -
HSV(B) 175.56º 0.89% 0.59% -
XYZ 16.09 24.17 29.02 -
YUV 109.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 16 151 141 0.89 0 0.07 0.41 175.56 0.81 0.33
Hex 10 97 8D 59 0 7 29 B0 51 21
Octal 20 227 215 131 0 7 51 260 121 41
Binary 10000 10010111 10001101 1011001 0 111 101001 10110000 1010001 100001

Color Harmonies of #10978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10978D

Black with #10978D

Text Example


Text Example

White with #10978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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