Html Css Color HEX #0D908D Dark Cyan

📋 copy color: '#0D908D'

red 13 ◦ green 144 ◦ blue 141

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

Shades of Dark Cyan #0D908D

Tints of Dark Cyan #0D908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

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

R = 4.36%
G = 48.32%
B = 47.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#0D908D (or 0x0D908D) is known color: Dark Cyan. HEX triplet: 0D, 90 and 8D. RGB value is (13,144,141). Sum of RGB (Red+Green+Blue) = 13+144+141=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #0D908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D908D is #F26F72. Grayscale: #686868. Windows color (decimal): -15888243 or 9277453. OLE color: 9277453.

HSL color Cylindrical-coordinate representation of color #0D908D: hue angle of 178.63º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D908D is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 144 141 -
CMYK 0.91 0 0.02 0.44
HSL 178.63º 0.83% 0.31% -
HSV(B) 178.63º 0.91% 0.56% -
XYZ 14.95 21.96 28.65 -
YUV 104.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 13 144 141 0.91 0 0.02 0.44 178.63 0.83 0.31
Hex D 90 8D 5B 0 2 2C B3 53 1F
Octal 15 220 215 133 0 2 54 263 123 37
Binary 1101 10010000 10001101 1011011 0 10 101100 10110011 1010011 11111

Color Harmonies of #0D908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D908D

Black with #0D908D

Text Example


Text Example

White with #0D908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,141); }

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

background-color css

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

 a { background-color: rgb(13,144,141); }

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

border-color css

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

 span { border-color: rgb(13,144,141); }

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