Html Css Color HEX #0D928C Dark Cyan

📋 copy color: '#0D928C'

red 13 ◦ green 146 ◦ blue 140

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

Shades of Dark Cyan #0D928C

Tints of Dark Cyan #0D928C

RGB

 RED value IS 13 (5.47% from 255) = 4.35%

 GREEN value IS 146 (57.42% from 255) = 48.83%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 4.35%
G = 48.83%
B = 46.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#0D928C (or 0x0D928C) is known color: Dark Cyan. HEX triplet: 0D, 92 and 8C. RGB value is (13,146,140). Sum of RGB (Red+Green+Blue) = 13+146+140=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #0D928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D928C is #F26D73. Grayscale: #696969. Windows color (decimal): -15887732 or 9212429. OLE color: 9212429.

HSL color Cylindrical-coordinate representation of color #0D928C: hue angle of 177.29º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D928C is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 146 140 -
CMYK 0.91 0 0.04 0.43
HSL 177.29º 0.84% 0.31% -
HSV(B) 177.29º 0.91% 0.57% -
XYZ 15.18 22.54 28.36 -
YUV 105.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 13 146 140 0.91 0 0.04 0.43 177.29 0.84 0.31
Hex D 92 8C 5B 0 4 2B B1 54 1F
Octal 15 222 214 133 0 4 53 261 124 37
Binary 1101 10010010 10001100 1011011 0 100 101011 10110001 1010100 11111

Color Harmonies of #0D928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D928C

Black with #0D928C

Text Example


Text Example

White with #0D928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D928C; }

 p { color: rgb(13,146,140); }

 H1.HeaderClassName
 {
   color: #0D928C;
 }
 .AnyTagClassName
 {
   color: #0D928C;
 }
</style>

background-color css

<style>
 a { background-color: #0D928C; }

 a { background-color: rgb(13,146,140); }

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

border-color css

<style>
 span { border-color: #0D928C; }

 span { border-color: rgb(13,146,140); }

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