Html Css Color HEX #0DC0BA Iris Blue

📋 copy color: '#0DC0BA'

red 13 ◦ green 192 ◦ blue 186

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

Shades of Iris Blue #0DC0BA

Tints of Iris Blue #0DC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 3.32%
G = 49.1%
B = 47.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#0DC0BA (or 0x0DC0BA) is known color: Iris Blue. HEX triplet: 0D, C0 and BA. RGB value is (13,192,186). Sum of RGB (Red+Green+Blue) = 13+192+186=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0BA is #F23F45. Grayscale: #898989. Windows color (decimal): -15875910 or 12238861. OLE color: 12238861.

HSL color Cylindrical-coordinate representation of color #0DC0BA: hue angle of 177.99º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC0BA is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 186 -
CMYK 0.93 0 0.03 0.25
HSL 177.99º 0.87% 0.4% -
HSV(B) 177.99º 0.93% 0.75% -
XYZ 27.88 41.33 52.96 -
YUV 137.8 155.2 38.99 -
System Red Green Blue C M Y K H S L
Decimal 13 192 186 0.93 0 0.03 0.25 177.99 0.87 0.4
Hex D C0 BA 5D 0 3 19 B2 57 28
Octal 15 300 272 135 0 3 31 262 127 50
Binary 1101 11000000 10111010 1011101 0 11 11001 10110010 1010111 101000

Color Harmonies of #0DC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC0BA

Black with #0DC0BA

Text Example


Text Example

White with #0DC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,186); }

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

background-color css

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

 a { background-color: rgb(13,192,186); }

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

border-color css

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

 span { border-color: rgb(13,192,186); }

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