Html Css Color HEX #0D938D Dark Cyan

📋 copy color: '#0D938D'

red 13 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #0D938D

Tints of Dark Cyan #0D938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 4.32%
G = 48.84%
B = 46.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#0D938D (or 0x0D938D) is known color: Dark Cyan. HEX triplet: 0D, 93 and 8D. RGB value is (13,147,141). Sum of RGB (Red+Green+Blue) = 13+147+141=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #0D938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D938D is #F26C72. Grayscale: #6A6A6A. Windows color (decimal): -15887475 or 9278221. OLE color: 9278221.

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

Color convert

RGB 13 147 141 -
CMYK 0.91 0 0.04 0.42
HSL 177.31º 0.84% 0.31% -
HSV(B) 177.31º 0.91% 0.58% -
XYZ 15.41 22.88 28.8 -
YUV 106.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 13 147 141 0.91 0 0.04 0.42 177.31 0.84 0.31
Hex D 93 8D 5B 0 4 2A B1 54 1F
Octal 15 223 215 133 0 4 52 261 124 37
Binary 1101 10010011 10001101 1011011 0 100 101010 10110001 1010100 11111

Color Harmonies of #0D938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D938D

Black with #0D938D

Text Example


Text Example

White with #0D938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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