Html Css Color HEX #0C817D Teal

📋 copy color: '#0C817D'

red 12 ◦ green 129 ◦ blue 125

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

Shades of Teal #0C817D

Tints of Teal #0C817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 4.51%
G = 48.5%
B = 46.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#0C817D (or 0x0C817D) is known color: Teal. HEX triplet: 0C, 81 and 7D. RGB value is (12,129,125). Sum of RGB (Red+Green+Blue) = 12+129+125=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #0C817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C817D is #F37E82. Grayscale: #5D5D5D. Windows color (decimal): -15957635 or 8225036. OLE color: 8225036.

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

Color convert

RGB 12 129 125 -
CMYK 0.91 0 0.03 0.49
HSL 177.95º 0.83% 0.28% -
HSV(B) 177.95º 0.91% 0.51% -
XYZ 11.7 17.26 22.12 -
YUV 93.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 12 129 125 0.91 0 0.03 0.49 177.95 0.83 0.28
Hex C 81 7D 5B 0 3 31 B2 53 1C
Octal 14 201 175 133 0 3 61 262 123 34
Binary 1100 10000001 1111101 1011011 0 11 110001 10110010 1010011 11100

Color Harmonies of #0C817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C817D

Black with #0C817D

Text Example


Text Example

White with #0C817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,129,125); }

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

background-color css

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

 a { background-color: rgb(12,129,125); }

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

border-color css

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

 span { border-color: rgb(12,129,125); }

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