Html Css Color HEX #0D988A Dark Cyan

📋 copy color: '#0D988A'

red 13 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #0D988A

Tints of Dark Cyan #0D988A

RGB

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

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

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

R = 4.29%
G = 50.17%
B = 45.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#0D988A (or 0x0D988A) is known color: Dark Cyan. HEX triplet: 0D, 98 and 8A. RGB value is (13,152,138). Sum of RGB (Red+Green+Blue) = 13+152+138=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #0D988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D988A is #F26775. Grayscale: #6C6C6C. Windows color (decimal): -15886198 or 9082893. OLE color: 9082893.

HSL color Cylindrical-coordinate representation of color #0D988A: hue angle of 173.96º 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 #0D988A is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 152 138 -
CMYK 0.91 0 0.09 0.40
HSL 173.96º 0.84% 0.32% -
HSV(B) 173.96º 0.91% 0.6% -
XYZ 15.98 24.38 27.91 -
YUV 108.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 13 152 138 0.91 0 0.09 0.40 173.96 0.84 0.32
Hex D 98 8A 5B 0 9 28 AE 54 20
Octal 15 230 212 133 0 11 50 256 124 40
Binary 1101 10011000 10001010 1011011 0 1001 101000 10101110 1010100 100000

Color Harmonies of #0D988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D988A

Black with #0D988A

Text Example


Text Example

White with #0D988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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