Html Css Color HEX #0D9592 Dark Cyan

📋 copy color: '#0D9592'

red 13 ◦ green 149 ◦ blue 146

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

Shades of Dark Cyan #0D9592

Tints of Dark Cyan #0D9592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 4.22%
G = 48.38%
B = 47.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#0D9592 (or 0x0D9592) is known color: Dark Cyan. HEX triplet: 0D, 95 and 92. RGB value is (13,149,146). Sum of RGB (Red+Green+Blue) = 13+149+146=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9592 is #F26A6D. Grayscale: #6B6B6B. Windows color (decimal): -15886958 or 9606413. OLE color: 9606413.

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

Color convert

RGB 13 149 146 -
CMYK 0.91 0 0.02 0.42
HSL 178.68º 0.84% 0.32% -
HSV(B) 178.68º 0.91% 0.58% -
XYZ 16.1 23.66 30.91 -
YUV 107.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 13 149 146 0.91 0 0.02 0.42 178.68 0.84 0.32
Hex D 95 92 5B 0 2 2A B3 54 20
Octal 15 225 222 133 0 2 52 263 124 40
Binary 1101 10010101 10010010 1011011 0 10 101010 10110011 1010100 100000

Color Harmonies of #0D9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9592

Black with #0D9592

Text Example


Text Example

White with #0D9592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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