Html Css Color HEX #0C433A Deep Teal

📋 copy color: '#0C433A'

red 12 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #0C433A

Tints of Deep Teal #0C433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.91%

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

R = 8.76%
G = 48.91%
B = 42.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#0C433A (or 0x0C433A) is known color: Deep Teal. HEX triplet: 0C, 43 and 3A. RGB value is (12,67,58). Sum of RGB (Red+Green+Blue) = 12+67+58=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #0C433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C433A is #F3BCC5. Grayscale: #313131. Windows color (decimal): -15973574 or 3818252. OLE color: 3818252.

HSL color Cylindrical-coordinate representation of color #0C433A: hue angle of 170.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C433A is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 67 58 -
CMYK 0.82 0 0.13 0.74
HSL 170.18º 0.7% 0.15% -
HSV(B) 170.18º 0.82% 0.26% -
XYZ 2.92 4.4 4.7 -
YUV 49.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 12 67 58 0.82 0 0.13 0.74 170.18 0.7 0.15
Hex C 43 3A 52 0 D 4A AA 46 F
Octal 14 103 72 122 0 15 112 252 106 17
Binary 1100 1000011 111010 1010010 0 1101 1001010 10101010 1000110 1111

Color Harmonies of #0C433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C433A

Black with #0C433A

Text Example


Text Example

White with #0C433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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