Html Css Color HEX #0D988C Dark Cyan

📋 copy color: '#0D988C'

red 13 ◦ green 152 ◦ blue 140

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

Shades of Dark Cyan #0D988C

Tints of Dark Cyan #0D988C

RGB

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

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

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

R = 4.26%
G = 49.84%
B = 45.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#0D988C (or 0x0D988C) is known color: Dark Cyan. HEX triplet: 0D, 98 and 8C. RGB value is (13,152,140). Sum of RGB (Red+Green+Blue) = 13+152+140=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #0D988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D988C is #F26773. Grayscale: #6C6C6C. Windows color (decimal): -15886196 or 9213965. OLE color: 9213965.

HSL color Cylindrical-coordinate representation of color #0D988C: hue angle of 174.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D988C is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 152 140 -
CMYK 0.91 0 0.08 0.40
HSL 174.82º 0.84% 0.32% -
HSV(B) 174.82º 0.91% 0.6% -
XYZ 16.13 24.44 28.68 -
YUV 109.07 145.45 59.48 -
System Red Green Blue C M Y K H S L
Decimal 13 152 140 0.91 0 0.08 0.40 174.82 0.84 0.32
Hex D 98 8C 5B 0 8 28 AF 54 20
Octal 15 230 214 133 0 10 50 257 124 40
Binary 1101 10011000 10001100 1011011 0 1000 101000 10101111 1010100 100000

Color Harmonies of #0D988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D988C

Black with #0D988C

Text Example


Text Example

White with #0D988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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