Html Css Color HEX #0C8483 Teal

📋 copy color: '#0C8483'

red 12 ◦ green 132 ◦ blue 131

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

Shades of Teal #0C8483

Tints of Teal #0C8483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 4.36%
G = 48%
B = 47.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#0C8483 (or 0x0C8483) is known color: Teal. HEX triplet: 0C, 84 and 83. RGB value is (12,132,131). Sum of RGB (Red+Green+Blue) = 12+132+131=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8483 is #F37B7C. Grayscale: #5F5F5F. Windows color (decimal): -15956861 or 8619020. OLE color: 8619020.

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

Color convert

RGB 12 132 131 -
CMYK 0.91 0 0.01 0.48
HSL 179.5º 0.83% 0.28% -
HSV(B) 179.5º 0.91% 0.52% -
XYZ 12.5 18.22 24.33 -
YUV 96.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 12 132 131 0.91 0 0.01 0.48 179.5 0.83 0.28
Hex C 84 83 5B 0 1 30 B4 53 1C
Octal 14 204 203 133 0 1 60 264 123 34
Binary 1100 10000100 10000011 1011011 0 1 110000 10110100 1010011 11100

Color Harmonies of #0C8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8483

Black with #0C8483

Text Example


Text Example

White with #0C8483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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