Html Css Color HEX #0C7D85 Teal

📋 copy color: '#0C7D85'

red 12 ◦ green 125 ◦ blue 133

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

Shades of Teal #0C7D85

Tints of Teal #0C7D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

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

R = 4.44%
G = 46.3%
B = 49.26%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C7D85 (or 0x0C7D85) is known color: Teal. HEX triplet: 0C, 7D and 85. RGB value is (12,125,133). Sum of RGB (Red+Green+Blue) = 12+125+133=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C7D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7D85 is #F3827A. Grayscale: #5B5B5B. Windows color (decimal): -15958651 or 8748300. OLE color: 8748300.

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

Color convert

RGB 12 125 133 -
CMYK 0.91 0.06 0 0.48
HSL 183.97º 0.83% 0.28% -
HSV(B) 183.97º 0.91% 0.52% -
XYZ 11.72 16.44 24.75 -
YUV 92.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 12 125 133 0.91 0.06 0 0.48 183.97 0.83 0.28
Hex C 7D 85 5B 6 0 30 B8 53 1C
Octal 14 175 205 133 6 0 60 270 123 34
Binary 1100 1111101 10000101 1011011 110 0 110000 10111000 1010011 11100

Color Harmonies of #0C7D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7D85

Black with #0C7D85

Text Example


Text Example

White with #0C7D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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