Html Css Color HEX #0D958C Dark Cyan

📋 copy color: '#0D958C'

red 13 ◦ green 149 ◦ blue 140

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

Shades of Dark Cyan #0D958C

Tints of Dark Cyan #0D958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

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

R = 4.3%
G = 49.34%
B = 46.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#0D958C (or 0x0D958C) is known color: Dark Cyan. HEX triplet: 0D, 95 and 8C. RGB value is (13,149,140). Sum of RGB (Red+Green+Blue) = 13+149+140=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #0D958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D958C is #F26A73. Grayscale: #6B6B6B. Windows color (decimal): -15886964 or 9213197. OLE color: 9213197.

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

Color convert

RGB 13 149 140 -
CMYK 0.91 0 0.06 0.42
HSL 176.03º 0.84% 0.32% -
HSV(B) 176.03º 0.91% 0.58% -
XYZ 15.65 23.47 28.52 -
YUV 107.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 13 149 140 0.91 0 0.06 0.42 176.03 0.84 0.32
Hex D 95 8C 5B 0 6 2A B0 54 20
Octal 15 225 214 133 0 6 52 260 124 40
Binary 1101 10010101 10001100 1011011 0 110 101010 10110000 1010100 100000

Color Harmonies of #0D958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D958C

Black with #0D958C

Text Example


Text Example

White with #0D958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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