Html Css Color HEX #0C8385 Teal

📋 copy color: '#0C8385'

red 12 ◦ green 131 ◦ blue 133

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

Shades of Teal #0C8385

Tints of Teal #0C8385

RGB

 RED value IS 12 (5.08% from 255) = 4.35%

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 4.35%
G = 47.46%
B = 48.19%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C8385 (or 0x0C8385) is known color: Teal. HEX triplet: 0C, 83 and 85. RGB value is (12,131,133). Sum of RGB (Red+Green+Blue) = 12+131+133=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C8385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8385 is #F37C7A. Grayscale: #5F5F5F. Windows color (decimal): -15957115 or 8749836. OLE color: 8749836.

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

Color convert

RGB 12 131 133 -
CMYK 0.91 0.02 0 0.48
HSL 180.99º 0.83% 0.28% -
HSV(B) 180.99º 0.91% 0.52% -
XYZ 12.5 18 25.01 -
YUV 95.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 12 131 133 0.91 0.02 0 0.48 180.99 0.83 0.28
Hex C 83 85 5B 2 0 30 B5 53 1C
Octal 14 203 205 133 2 0 60 265 123 34
Binary 1100 10000011 10000101 1011011 10 0 110000 10110101 1010011 11100

Color Harmonies of #0C8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8385

Black with #0C8385

Text Example


Text Example

White with #0C8385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,133); }

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

background-color css

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

 a { background-color: rgb(12,131,133); }

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

border-color css

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

 span { border-color: rgb(12,131,133); }

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