Html Css Color HEX #0C413A Deep Teal

📋 copy color: '#0C413A'

red 12 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #0C413A

Tints of Deep Teal #0C413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.15%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 8.89%
G = 48.15%
B = 42.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#0C413A (or 0x0C413A) is known color: Deep Teal. HEX triplet: 0C, 41 and 3A. RGB value is (12,65,58). Sum of RGB (Red+Green+Blue) = 12+65+58=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #0C413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C413A is #F3BEC5. Grayscale: #303030. Windows color (decimal): -15974086 or 3817740. OLE color: 3817740.

HSL color Cylindrical-coordinate representation of color #0C413A: hue angle of 172.08º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C413A is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 65 58 -
CMYK 0.82 0 0.11 0.75
HSL 172.08º 0.69% 0.15% -
HSV(B) 172.08º 0.82% 0.25% -
XYZ 2.81 4.16 4.66 -
YUV 48.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 12 65 58 0.82 0 0.11 0.75 172.08 0.69 0.15
Hex C 41 3A 52 0 B 4B AC 45 F
Octal 14 101 72 122 0 13 113 254 105 17
Binary 1100 1000001 111010 1010010 0 1011 1001011 10101100 1000101 1111

Color Harmonies of #0C413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C413A

Black with #0C413A

Text Example


Text Example

White with #0C413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,58); }

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

background-color css

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

 a { background-color: rgb(12,65,58); }

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

border-color css

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

 span { border-color: rgb(12,65,58); }

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